Skip to content

Commit fd50818

Browse files
chore: Fix phpstan issue
1 parent e8bc0c1 commit fd50818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ parameters:
77
excludePaths:
88
# Declaring types for static function parameters is not possible
99
- src/Bundle/DependencyInjection/Configuration.php
10+
ignoreErrors:
11+
- '#Property Brainbits\\Blocking\\Storage\\InMemoryStorage::\$blocks#'
1012
includes:
1113
- vendor/brainbits/phpstan-rules/rules.neon
1214
- vendor/phpstan/phpstan-phpunit/rules.neon

0 commit comments

Comments
 (0)