PHP Classes

File: psalm.xml.dist

Recommend this page to a friend!
  Classes of Andre Polykanine A.K.A. Menelion Elensúlë   Oire Base64   psalm.xml.dist   Download  
File: psalm.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Oire Base64
URL safe encoding and decoding of data with Base64
Author: By
Last change:
Date: 11 days ago
Size: 777 bytes
 

Contents

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