Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/PHPStan/Build/RequiredPhpVersionCommentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static function dataFixtures(): iterable
__DIR__ . '/../Analyser/data',
__DIR__ . '/../Analyser/nsrt',
__DIR__ . '/../Analyser/Fiber/data',
__DIR__ . '/../../bench/data',
];

$dataFinder = new Finder();
Expand Down
4 changes: 3 additions & 1 deletion tests/bench/data/bug-11283.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1);
<?php // lint >= 8.0

declare(strict_types=1);

namespace Bug11283;

Expand Down
2 changes: 1 addition & 1 deletion tests/bench/data/bug-12159.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 8.3

namespace Bug12159;

Expand Down
2 changes: 1 addition & 1 deletion tests/bench/data/bug-13352.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 8.0

namespace Bug13352;

Expand Down
2 changes: 1 addition & 1 deletion tests/bench/data/bug-14319.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 8.0

namespace BenchBug14319;

Expand Down
2 changes: 1 addition & 1 deletion tests/bench/data/impure-call-columns.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 8.0

namespace ImpureCallColumnsBench;

Expand Down
2 changes: 1 addition & 1 deletion tests/bench/data/union-fast-path.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 8.0

namespace UnionFastPath;

Expand Down
2 changes: 1 addition & 1 deletion tests/bench/data/wordpress-user.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 8.0

namespace BenchComplexUnion;

Expand Down
Loading