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 5872bdd commit c022f0fCopy full SHA for c022f0f
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -265,6 +265,13 @@ public function testBug3686(): void
265
$this->assertNoErrors($errors);
266
}
267
268
+ #[RequiresPhp('>= 8.0')]
269
+ public function testBug13352(): void
270
+ {
271
+ $errors = $this->runAnalyse(__DIR__ . '/data/bug-13352.php');
272
+ $this->assertNoErrors($errors);
273
+ }
274
+
275
public function testBug3379(): void
276
{
277
$errors = $this->runAnalyse(__DIR__ . '/nsrt/bug-3379.php');
0 commit comments