Skip to content

Commit a6796c8

Browse files
committed
Issue#45: Replace Psalm with PHPStan
Signed-off-by: horea <horea@rospace.com>
1 parent cdbefd2 commit a6796c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ parameters:
66
- src
77
- test
88
treatPhpDocTypesAsCertain: false
9+
ignoreErrors:
10+
- message: '#Call to an undefined method .*::somePlugin\(\)\.#'
11+
path: test/AbstractControllerTest.php
12+
- message: '#Call to an undefined method .*::callablePlugin\(\)\.#'
13+
path: test/AbstractControllerTest.php

0 commit comments

Comments
 (0)