Skip to content

Commit 12b94b6

Browse files
Fix lint
1 parent 70177a5 commit 12b94b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/PHPStan/Rules/Arrays/data/bug-10345.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 Bug10345;
46

0 commit comments

Comments
 (0)