Skip to content

Commit 4d44503

Browse files
committed
Fixed build
1 parent d767925 commit 4d44503

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: phpstan.neon

+2
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\(\)$~'

Diff for: tests/Type/BeberleiAssert/AssertTypeSpecifyingExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function testExtension(): void
114114
45,
115115
],
116116
[
117-
'Variable $l is: callable',
117+
'Variable $l is: callable(): mixed',
118118
48,
119119
],
120120
[

0 commit comments

Comments
 (0)