aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/paragonie/random_compat/psalm.xml
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-08-28 12:06:36 +0200
committerMario Vavti <mario@mariovavti.com>2018-08-28 12:06:36 +0200
commit07792adc56840b178d8fb029113dd6598ce7fc10 (patch)
tree2d3efa718f19bb11cd6c01c4ecf3133d42342d1c /vendor/paragonie/random_compat/psalm.xml
parentc0c827d3ad2c8364d35fff5546ab40ea76bbbbd9 (diff)
downloadvolse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.tar.gz
volse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.tar.bz2
volse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.zip
add paragonie and symfonie since ramsey/uuid appears to require them
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 000000000..596d99dd6
--- /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>