PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP Data Sanitization   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Data Sanitization
Verify and clean values to ensure they are valid
Author: By
Last change:
Date: 9 months ago
Size: 646 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm 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" errorBaseline="psalm-baseline.xml" errorLevel="1" findUnusedVariablesAndParams="true" resolveFromConfigFile="true" strictBinaryOperands="true" > <plugins> <pluginClass class="Psalm\PhpUnitPlugin\Plugin" /> </plugins> <projectFiles> <directory name="src/" /> <ignoreFiles> <directory name="vendor/" /> </ignoreFiles> </projectFiles> </psalm>