You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.tests.neon.dist
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,6 @@ parameters:
2
2
level: 1
3
3
paths:
4
4
- tests
5
+
ignoreErrors:
6
+
# we can add the return type declaration when dropping support for PHP < 7.4
7
+
- Method FOS\HttpCache\Tests\Unit\SymfonyCache\AppCache::fetch() should return Symfony\Component\HttpFoundation\Response but return statement is missing.
0 commit comments