Skip to content

Commit 868c3dc

Browse files
Fix lint
1 parent 0162284 commit 868c3dc

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)