summaryrefslogtreecommitdiff
path: root/vendor/doctrine/persistence/psalm.xml
diff options
context:
space:
mode:
authorDevian <devianleong@gmail.com>2021-04-22 17:03:46 +0800
committerDevian <devianleong@gmail.com>2021-04-22 17:03:46 +0800
commit745cf2431a71d0e6c5f08f8605839279b2f7496e (patch)
tree11e4c7a19ac9f9efc1bb253b29b1fa488c34238e /vendor/doctrine/persistence/psalm.xml
Initiate commit
Diffstat (limited to 'vendor/doctrine/persistence/psalm.xml')
-rw-r--r--vendor/doctrine/persistence/psalm.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/doctrine/persistence/psalm.xml b/vendor/doctrine/persistence/psalm.xml
new file mode 100644
index 0000000..d92c344
--- /dev/null
+++ b/vendor/doctrine/persistence/psalm.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<psalm
+ totallyTyped="false"
+ errorLevel="4"
+ 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="lib/Doctrine/Persistence" />
+ <ignoreFiles>
+ <directory name="vendor" />
+ </ignoreFiles>
+ </projectFiles>
+ <issueHandlers>
+ <RedundantCondition>
+ <errorLevel type="suppress">
+ <!-- see https://github.com/JetBrains/phpstorm-stubs/pull/877 -->
+ <file name="lib/Doctrine/Persistence/Reflection/TypedNoDefaultReflectionProperty.php"/>
+ </errorLevel>
+ </RedundantCondition>
+ </issueHandlers>
+</psalm>