Skip to content

Commit 2dc57b3

Browse files
committed
Fix build
1 parent 98189a8 commit 2dc57b3

File tree

1 file changed

+3
-1
lines changed
  • tests/PHPStan/Analyser/Generator/data

1 file changed

+3
-1
lines changed

tests/PHPStan/Analyser/Generator/data/gnsr.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.1
2+
3+
declare(strict_types = 1);
24

35
namespace GeneratorNodeScopeResolverTest;
46

0 commit comments

Comments
 (0)