PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Andrey Iatsenko   Typer PHP Type Casting Class   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Typer PHP Type Casting Class
Assure that array entry values have a given types
Author: By
Last change:
Date: 2 months ago
Size: 1,056 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm errorLevel="1" cacheDirectory=".tmp/psalm" checkForThrowsDocblock="true" checkForThrowsInGlobalScope="true" disableSuppressAll="true" ensureArrayStringOffsetsExist="true" findUnusedBaselineEntry="true" findUnusedCode="true" findUnusedPsalmSuppress="true" findUnusedVariablesAndParams="true" memoizeMethodCallResults="true" reportMixedIssues="true" sealAllMethods="true" resolveFromConfigFile="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" > <projectFiles> <directory name="src" /> <ignoreFiles> <directory name="vendor" /> </ignoreFiles> </projectFiles> <issueHandlers> <ImpureStaticProperty> <errorLevel type="suppress"> <directory name="/"/> </errorLevel> </ImpureStaticProperty> </issueHandlers> </psalm>