Skip to content

Commit 38bebba

Browse files
committed
Update CallMethodsRuleTest.php
1 parent 2f7df63 commit 38bebba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/PHPStan/Rules/Methods/CallMethodsRuleTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3615,12 +3615,7 @@ public function testBug3396(): void
36153615
$this->checkUnionTypes = true;
36163616
$this->checkExplicitMixed = false;
36173617

3618-
$this->analyse([__DIR__ . '/data/bug-3396.php'], [
3619-
[
3620-
'Parameter #1 $s of method Bug3396\HelloWorld::takesString() expects string, string|false given.',
3621-
18,
3622-
],
3623-
]);
3618+
$this->analyse([__DIR__ . '/data/bug-3396.php'], []);
36243619
}
36253620

36263621
}

0 commit comments

Comments
 (0)