PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Packages of Scott Arciszewski   Anti-CSRF   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Anti-CSRF
Generate tokens to protect against CSRF exploits
Author: By
Last change: Update test config, update deps
Merge pull request #44 from tecome/master

Fix Reusable deleteToken
Migrate from Travis CI to Github Actions
Support PHP 8
Fix Psalm errors
Add commercial support section
Date: 8 months ago
Size: 774 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm useDocblockTypes="true"> <projectFiles> <directory name="src" /> </projectFiles> <issueHandlers> <MixedArgument errorLevel="info" /> <MixedArrayAccess errorLevel="info" /> <MoreSpecificImplementedParamType errorLevel="info" /> <RedundantCondition errorLevel="suppress" /> <RedundantConditionGivenDocblockType errorLevel="suppress" /> <RedundantCast errorLevel="info" /> <DocblockTypeContradiction errorLevel="info" /> <TypeDoesNotContainType errorLevel="info" /> <MixedArgumentTypeCoercion errorLevel="info" /> <UnnecessaryVarAnnotation errorLevel="info" /> <PossiblyInvalidArrayOffset errorLevel="info" /> </issueHandlers> </psalm>