Skip to content

Commit 77282b4

Browse files
committed
Fixed build
1 parent 0af1c83 commit 77282b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ includes:
77
parameters:
88
excludes_analyse:
99
- */tests/*/data/*
10+
ignoreErrors:
11+
- '~^Parameter \#1 \$node \(.*\) of method .*Rule::processNode\(\) should be contravariant with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule::processNode\(\)$~'

tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testExtension(): void
7474
45,
7575
],
7676
[
77-
'Variable $l is: callable',
77+
'Variable $l is: callable(): mixed',
7878
48,
7979
],
8080
[

0 commit comments

Comments
 (0)