Skip to content

Commit 2568f5e

Browse files
committed
Fix
1 parent de5af47 commit 2568f5e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,12 @@ public function dataFileAsserts(): iterable
706706

707707
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6488.php');
708708
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6624.php');
709+
710+
if (PHP_VERSION_ID >= 70400) {
711+
yield from $this->gatherAssertTypes(__DIR__ . '/data/property-template-tag.php');
712+
}
713+
709714
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6672.php');
710-
yield from $this->gatherAssertTypes(__DIR__ . '/data/property-template-tag.php');
711715
}
712716

713717
/**

0 commit comments

Comments
 (0)