PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Packages of Scott Arciszewski   PHP Password Lock   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Password Lock
Hash and encrypt passwords with Bcrypt and SHA2
Author: By
Last change: Migrate off Travis CI
Date: 8 months ago
Size: 427 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm autoloader="vendor/autoload.php" useDocblockTypes="true"> <projectFiles> <directory name="src" /> <ignoreFiles> <directory name="vendor" /> </ignoreFiles> </projectFiles> <issueHandlers> <DocblockTypeContradiction errorLevel="info" /> <RedundantConditionGivenDocblockType errorLevel="suppress" /> </issueHandlers> </psalm>