Skip to content

Commit 35270b0

Browse files
committed
Update PHPStan baseline
1 parent d35ef7e commit 35270b0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

phpstan-baseline.neon

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,16 @@ parameters:
330330
count: 1
331331
path: tests/End2End/TracingEnd2EndTest.php
332332

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+
333343
-
334344
message: "#^Call to function method_exists\\(\\) with \\$this\\(Sentry\\\\SentryBundle\\\\Tests\\\\EventListener\\\\AuthenticatedTokenStub\\) and 'setAuthenticated' will always evaluate to false\\.$#"
335345
count: 1
@@ -360,11 +370,31 @@ parameters:
360370
count: 1
361371
path: tests/EventListener/LoginListenerTest.php
362372

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\\.$#"
380+
count: 2
381+
path: tests/EventListener/SubRequestListenerTest.php
382+
363383
-
364384
message: "#^Call to an undefined method Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\KernelEvent\\:\\:isMasterRequest\\(\\)\\.$#"
365385
count: 1
366386
path: tests/EventListener/SubRequestListenerTest.php
367387

388+
-
389+
message: "#^Access to undefined constant Symfony\\\\Component\\\\HttpKernel\\\\HttpKernelInterface\\:\\:MASTER_REQUEST\\.$#"
390+
count: 3
391+
path: tests/EventListener/TracingRequestListenerTest.php
392+
393+
-
394+
message: "#^Access to undefined constant Symfony\\\\Component\\\\HttpKernel\\\\HttpKernelInterface\\:\\:MASTER_REQUEST\\.$#"
395+
count: 2
396+
path: tests/EventListener/TracingSubRequestListenerTest.php
397+
368398
-
369399
message: "#^Call to an undefined method TCacheAdapter of Symfony\\\\Component\\\\Cache\\\\Adapter\\\\AdapterInterface\\:\\:delete\\(\\)\\.$#"
370400
count: 2

0 commit comments

Comments
 (0)