diff options
author | Mario <mario@mariovavti.com> | 2020-05-07 21:49:08 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-07 21:49:08 +0000 |
commit | 2cba88f1ebd31184b4537e0918309f6515d44101 (patch) | |
tree | 519ce74b6569f09bc5b14c92b9f5c9da54e8efc4 /vendor/sabre/xml/phpstan.neon | |
parent | f132436af3c90cff8dcef852bd836546311036f3 (diff) | |
download | volse-hubzilla-2cba88f1ebd31184b4537e0918309f6515d44101.tar.gz volse-hubzilla-2cba88f1ebd31184b4537e0918309f6515d44101.tar.bz2 volse-hubzilla-2cba88f1ebd31184b4537e0918309f6515d44101.zip |
new files
Diffstat (limited to 'vendor/sabre/xml/phpstan.neon')
-rw-r--r-- | vendor/sabre/xml/phpstan.neon | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/sabre/xml/phpstan.neon b/vendor/sabre/xml/phpstan.neon new file mode 100644 index 000000000..d6dd4e577 --- /dev/null +++ b/vendor/sabre/xml/phpstan.neon @@ -0,0 +1,6 @@ +parameters: + level: 5 + ignoreErrors: + - + message: '!Parameter #3 \$uri of method XMLWriter::startElementNs\(\) expects string, null given.!' + path: lib/Writer.php |