Skip to content

Commit a3bd70a

Browse files
Try
1 parent 72ad9be commit a3bd70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PHPStan/Analyser/nsrt/bug-8922-php74.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types = 1); // lint < 8.0
1+
<?php // lint < 8.0
22

33
namespace Bug8922PHP74;
44

tests/PHPStan/Analyser/nsrt/bug-8922.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types = 1); // lint >= 8.0
1+
<?php // lint >= 8.0
22

33
namespace Bug8922;
44

0 commit comments

Comments
 (0)