PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Discretion   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Discretion
Show contact forms and deliver encrypted mail
Author: By
Last change:
Date: 2 years ago
Size: 891 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm autoloader="cli-autoload.php" name="Discretion Testing Suite" stopOnFirstError="false" useDocblockTypes="true" totallyTyped="false" > <projectFiles> <directory name="src" /> </projectFiles> <issueHandlers> <LessSpecificReturnType errorLevel="info" /> <InvalidScope errorLevel="suppress" /><!-- Slim passes closures --> <DeprecatedMethod errorLevel="info" /> <MissingClosureReturnType errorLevel="suppress" /> <MissingReturnType errorLevel="info" /> <MissingPropertyType errorLevel="info" /> <InvalidDocblock errorLevel="info" /> <MisplacedRequiredParam errorLevel="info" /> <PropertyNotSetInConstructor errorLevel="info" /> <MissingConstructor errorLevel="info" /> <UntypedParam errorLevel="info" /> </issueHandlers> </psalm>