There was an error while loading. Please reload this page.
1 parent 1101746 commit 620f8d8Copy full SHA for 620f8d8
tests/PHPStan/Analyser/Generator/GeneratorNodeScopeResolverTest.php
@@ -6,6 +6,7 @@
6
use PHPUnit\Framework\Attributes\DataProvider;
7
use PHPUnit\Framework\Attributes\RequiresPhp;
8
9
+#[RequiresPhp('>= 8.1')]
10
class GeneratorNodeScopeResolverTest extends TypeInferenceTestCase
11
{
12
@@ -18,7 +19,6 @@ public static function dataFileAsserts(): iterable
18
19
* @param mixed ...$args
20
*/
21
#[DataProvider('dataFileAsserts')]
-#[RequiresPhp('>= 8.1')]
22
public function testFileAsserts(
23
string $assertType,
24
string $file,
0 commit comments