We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaac4b commit b207dd4Copy full SHA for b207dd4
phpstan-baseline.neon
@@ -387,7 +387,7 @@ parameters:
387
388
-
389
message: "#^Call to method disableOriginalConstructor\\(\\) on an unknown class PHPUnit_Framework_MockObject_MockBuilder\\.$#"
390
- count: 1
+ count: 2
391
path: tests/ExpressionLanguage/TestCase.php
392
393
tests/ExpressionLanguage/ExpressionFunction/Security/GetUserTest.php
@@ -24,9 +24,7 @@ protected function getFunctions()
24
return [new GetUser()];
25
}
26
27
- /**
28
- * @return CoreSecurity|BundleSecurity|MockObject
29
- */
+ // @phpstan-ignore-next-line
30
protected function getMockedSecurity()
31
{
32
if (Kernel::VERSION_ID >= 60200) {
0 commit comments