PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Scott Arciszewski   EasyDB   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EasyDB
Simple Database Abstraction Layer around PDO
Author: By
Last change: Remove totallyTyped from psalm.xml
Date: 1 year ago
Size: 753 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm name="EasyDB static analysis tests." useDocblockTypes="true" > <projectFiles> <directory name="src" /> <file name="tests/InsertManyFlatTransactionTest.php" /> <ignoreFiles> <directory name="tests" /> <directory name="vendor" /> </ignoreFiles> </projectFiles> <issueHandlers> <RedundantCast errorLevel="info" /> <DocblockTypeContradiction errorLevel="info" /> <PropertyTypeCoercion errorLevel="info" /> <UnnecessaryVarAnnotation errorLevel="suppress" /> <UnusedVariable errorLevel="info" /> </issueHandlers> <plugins> <pluginClass class="Psalm\PhpUnitPlugin\Plugin" /> </plugins> </psalm>