PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Lucas Marques Dutra   PHP Async   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Async
Run scripts in parallel using the PHP CLI command
Author: By
Last change:
Date: 15 days ago
Size: 700 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm errorLevel="1" 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" findUnusedBaselineEntry="true" findUnusedCode="true" > <projectFiles> <directory name="." /> <ignoreFiles> <directory name="vendor" /> </ignoreFiles> </projectFiles> <issueHandlers> <UnusedClass> <errorLevel type="suppress"> <directory name="tests" /> </errorLevel> </UnusedClass> </issueHandlers> </psalm>