PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Packages of Scott Arciszewski   PHP Constant Time String Encoding   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Constant Time String Encoding
Encode text without leaking context information
Author: By
Last change: Merge pull request #41 from TimWolla/backslash

Add missing backslash in front of `pack()` call
Merge pull request #47 from TimWolla/psalm-suppression

Remove obsolete psalm suppressions
Switch from Travis CI to Github Actions
Date: 7 months ago
Size: 360 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm useDocblockTypes="true" > <projectFiles> <directory name="src" /> <ignoreFiles> <directory name="tests" /> <directory name="vendor" /> </ignoreFiles> </projectFiles> <issueHandlers> <UnnecessaryVarAnnotation errorLevel="info" /> </issueHandlers> </psalm>