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.neon
+10-4
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,20 @@ parameters:
4
4
- src/
5
5
- test/
6
6
ignoreErrors:
7
-
- "/Call to function method_exists.. with 'Symfony.+' and 'getProjectDir' will always evaluate to false./"
8
7
- "/Call to function method_exists.. with 'Symfony.+' and 'getRootNode' will always evaluate to false./"
9
8
- "/Call to function method_exists.. with 'Sentry..Options' and 'getClassSerializers' will always evaluate to false./"
10
9
- "/Call to function method_exists.. with 'Sentry..Options' and 'getMaxRequestBodySi...' will always evaluate to false./"
11
-
- '/Parameter \$.+ of method Sentry\\SentryBundle\\EventListener\\ErrorListener::onConsoleException\(\) has invalid typehint type Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent./'
12
-
- '/Call to method getException\(\) onan unknown class Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent./'
13
-
- '/Access to undefined constant Symfony\\Component\\Console\\ConsoleEvents::EXCEPTION./'
14
10
- '/Class PHPUnit_Framework_TestCase not found/'
11
+
- '/Symfony\\Component\\HttpKernel\\Event\\(GetResponse|FilterController)Event not found.$/'
0 commit comments