summaryrefslogtreecommitdiff
path: root/vendor/paragonie/random_compat/psalm.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-07-24 14:48:21 +0300
committerAndrew Dolgov <[email protected]>2022-07-24 14:48:21 +0300
commit2634afed889eea33eefd24629d21cadc09e80818 (patch)
tree99b5426aeeedcff4a8ad396fb76a9c18e0799ec6 /vendor/paragonie/random_compat/psalm.xml
initial
Diffstat (limited to 'vendor/paragonie/random_compat/psalm.xml')
-rw-r--r--vendor/paragonie/random_compat/psalm.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/paragonie/random_compat/psalm.xml b/vendor/paragonie/random_compat/psalm.xml
new file mode 100644
index 0000000..596d99d
--- /dev/null
+++ b/vendor/paragonie/random_compat/psalm.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<psalm
+ autoloader="psalm-autoload.php"
+ stopOnFirstError="false"
+ useDocblockTypes="true"
+>
+ <projectFiles>
+ <directory name="lib" />
+ </projectFiles>
+ <issueHandlers>
+ <RedundantConditionGivenDocblockType errorLevel="info" />
+ <UnresolvableInclude errorLevel="info" />
+ <DuplicateClass errorLevel="info" />
+ <InvalidOperand errorLevel="info" />
+ <UndefinedConstant errorLevel="info" />
+ <MissingReturnType errorLevel="info" />
+ <InvalidReturnType errorLevel="info" />
+ </issueHandlers>
+</psalm>