Skip to content

Commit 595848e

Browse files
Fix lint
1 parent d604418 commit 595848e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/PHPStan/Rules/Operators/data/bug-9386.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 Bug9386;
46

0 commit comments

Comments
 (0)