PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Lars Moelleken   Portable UTF-8   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Portable UTF-8
Manipulate UTF-8 text strings in pure PHP
Author: By
Last change: [+]: fix some php notices
Date: 2 years ago
Size: 548 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" totallyTyped="false" allowPhpStormGenerics="true" > <projectFiles> <directory name="src" /> <ignoreFiles> <directory name="vendor" /> </ignoreFiles> </projectFiles> <issueHandlers> <ImpureStaticProperty errorLevel="suppress" /> </issueHandlers> </psalm>