PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Fix errors identified by Psalm.
Merge pull request #182 from paragonie/merge-docs

Bundle documentation alongside source code.
Date: 6 years ago
Size: 465 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm autoloader="src/testing-preamble.php" stopOnFirstError="false" useDocblockTypes="true" > <projectFiles> <directory name="src/Engine" /> </projectFiles> <stubs> <file name="vendor/paragonie/halite/stub/Sodium.stub.php" /> </stubs> <issueHandlers> <PropertyNotSetInConstructor errorLevel="suppress" /> <TooFewArguments errorLevel="suppress" /> </issueHandlers> </psalm>