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-baseline.neon
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,16 @@ parameters:
330
330
count:1
331
331
path:tests/End2End/TracingEnd2EndTest.php
332
332
333
+
-
334
+
message:"#^Access to undefined constant Symfony\\\\Component\\\\HttpKernel\\\\HttpKernelInterface\\:\\:MASTER_REQUEST\\.$#"
335
+
count:1
336
+
path:tests/EventListener/ErrorListenerTest.php
337
+
338
+
-
339
+
message:"#^Access to undefined constant Symfony\\\\Component\\\\HttpKernel\\\\HttpKernelInterface\\:\\:MASTER_REQUEST\\.$#"
340
+
count:2
341
+
path:tests/EventListener/LoginListenerTest.php
342
+
333
343
-
334
344
message:"#^Call to function method_exists\\(\\) with \\$this\\(Sentry\\\\SentryBundle\\\\Tests\\\\EventListener\\\\AuthenticatedTokenStub\\) and 'setAuthenticated' will always evaluate to false\\.$#"
335
345
count:1
@@ -360,11 +370,31 @@ parameters:
360
370
count:1
361
371
path:tests/EventListener/LoginListenerTest.php
362
372
373
+
-
374
+
message:"#^Access to undefined constant Symfony\\\\Component\\\\HttpKernel\\\\HttpKernelInterface\\:\\:MASTER_REQUEST\\.$#"
375
+
count:6
376
+
path:tests/EventListener/RequestListenerTest.php
377
+
378
+
-
379
+
message:"#^Access to undefined constant Symfony\\\\Component\\\\HttpKernel\\\\HttpKernelInterface\\:\\:MASTER_REQUEST\\.$#"
0 commit comments