summaryrefslogtreecommitdiff
path: root/vendor/beberlei/assert/phpstan-tests.neon
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/beberlei/assert/phpstan-tests.neon')
-rw-r--r--vendor/beberlei/assert/phpstan-tests.neon10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/beberlei/assert/phpstan-tests.neon b/vendor/beberlei/assert/phpstan-tests.neon
deleted file mode 100644
index e9ab0bcf9..000000000
--- a/vendor/beberlei/assert/phpstan-tests.neon
+++ /dev/null
@@ -1,10 +0,0 @@
-parameters:
- ignoreErrors:
- # The following errors are ignored as they are testing for errors and exceptions that static analysis correctly identifies as problems.
- - '#Call to an undefined method Assert\\AssertionChain::unknownAssertion\(\)#'
- - '#Call to an undefined static method Assert\\Assertion::nullOrAssertionDoesNotExist\(\)#'
- - '#Class Foo not found#'
- - '#Parameter \#1 $value of static method Assert\\Assertion::isCountable\(\) expects array|Countable|ResourceBundle|SimpleXMLElement, string given#'
- - '#Parameter \#2 \$operator of static method Assert\\Assertion::version\(\) expects string, null given#'
- - '#Static method Assert\\Assertion::allTrue\(\) invoked with 0 parameters, 1-3 required#'
- - '#Static method Assert\\Assertion::nullOrMax\(\) invoked with 0 parameters, 2-4 required#'