diff options
Diffstat (limited to 'vendor/spomky-labs/otphp/phpstan.neon')
| -rw-r--r-- | vendor/spomky-labs/otphp/phpstan.neon | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/spomky-labs/otphp/phpstan.neon b/vendor/spomky-labs/otphp/phpstan.neon deleted file mode 100644 index c9be89623..000000000 --- a/vendor/spomky-labs/otphp/phpstan.neon +++ /dev/null @@ -1,13 +0,0 @@ -parameters: - level: 7 - paths: - - src - - tests - ignoreErrors: - - '#Variable property access on \$this\(OTPHP\\OTP\)\.#' -includes: - - vendor/phpstan/phpstan-strict-rules/rules.neon - - vendor/phpstan/phpstan-phpunit/extension.neon - - vendor/phpstan/phpstan-deprecation-rules/rules.neon - - vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon - - vendor/phpstan/phpstan-beberlei-assert/extension.neon |