Skip to content

Commit 9ec9e4f

Browse files
author
Paramtamtam
committed
Some phpstan errors (black magic) ignored
1 parent 331a349 commit 9ec9e4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpstan.neon.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ parameters:
33
paths:
44
- src
55
- bin/rr-worker
6+
ignoreErrors:
7+
- message: '#Access to an undefined property.*::\$app#'
8+
paths: [src/Listeners/RebindHttpKernelListener.php]
9+
- message: '#Access to an undefined property.*::\$container#'
10+
paths: [src/Listeners/RebindRouterListener.php]
11+
- message: '#Access to an undefined property.*::\$(container|shared)#'
12+
paths: [src/Listeners/RebindViewListener.php]

0 commit comments

Comments
 (0)