Skip to content

Commit 87aa01b

Browse files
committed
fix lint
1 parent 6b97398 commit 87aa01b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/PHPStan/Rules/Traits/data/bug-11088.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.2
2+
3+
declare(strict_types=1);
24

35
namespace Bug11088;
46

0 commit comments

Comments
 (0)