Skip to content

Commit b2a27a8

Browse files
committed
fix php 7.4 build
1 parent 80ddbee commit b2a27a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-12393b.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types = 0);
1+
<?php // lint >= 8.0
2+
3+
declare(strict_types = 0);
24

35
namespace Bug12393b;
46

0 commit comments

Comments
 (0)