PHP Classes

File: psalm.xml

Recommend this page to a friend!
  Classes of Eric Sizemore   Consistent Hashing   psalm.xml   Download  
File: psalm.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Consistent Hashing
Store values in a table using consistent hashing
Author: By
Last change:
Date: 8 days ago
Size: 888 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <psalm errorLevel="1" 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" findUnusedPsalmSuppress="true" findUnusedCode="true" limitMethodComplexity="true" > <projectFiles> <directory name="src"/> <directory name="tests"/> <ignoreFiles> <directory name=".github"/> <directory name="tests/Bench"/> <directory name="vendor"/> </ignoreFiles> <ignoreFiles allowMissingFiles="true"> <directory name="build"/> <directory name="docs"/> </ignoreFiles> </projectFiles> <plugins> <pluginClass class="Psalm\PhpUnitPlugin\Plugin"/> </plugins> </psalm>