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 1aa0347 commit 674f8aaCopy full SHA for 674f8aa
tests/PHPStan/Rules/Methods/CallMethodsRuleTest.php
@@ -3512,6 +3512,10 @@ public function testBug12544(): void
3512
$this->checkUnionTypes = true;
3513
$this->checkExplicitMixed = true;
3514
$this->analyse([__DIR__ . '/data/bug-12544.php'], [
3515
+ [
3516
+ 'Call to private method hello() of class Bug12544\Bar.',
3517
+ 19,
3518
+ ],
3519
[
3520
'Call to private method somethingElse() of class Bug12544\Bar.',
3521
20,
0 commit comments