Skip to content

Commit 5e07ada

Browse files
committed
Fix build
1 parent a4f22c8 commit 5e07ada

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

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

35
namespace Bug13365;
46

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

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

35
namespace Bug13450;
46

0 commit comments

Comments
 (0)