PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of jawira   PlantUML client   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PlantUML client
Convert a UML diagram to an image using PlantUML
Author: By
Last change:
Date: 1 year ago
Size: 531 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"> <projectFiles> <directory name="src"/> <ignoreFiles> <directory name="vendor"/> </ignoreFiles> </projectFiles> <forbiddenFunctions> <function name="dd"/> <function name="dump"/> </forbiddenFunctions> </psalm>