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 51b2224 commit 1aa0347Copy full SHA for 1aa0347
tests/PHPStan/Rules/Pure/PureMethodRuleTest.php
@@ -206,6 +206,12 @@ public function dataBug11207(): array
206
];
207
}
208
209
+ public function testBug12048(): void
210
+ {
211
+ $this->treatPhpDocTypesAsCertain = true;
212
+ $this->analyse([__DIR__ . '/data/bug-12048.php'], []);
213
+ }
214
+
215
public function testBug12224(): void
216
{
217
$this->treatPhpDocTypesAsCertain = true;
0 commit comments