Skip to content

Commit f86427e

Browse files
authored
Fix PHP7.4 errors (#5155)
1 parent c8435cd commit f86427e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/PHPStan/Analyser/nsrt/array-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.0
22

33
use function PHPStan\Testing\assertType;
44

tests/PHPStan/Analyser/nsrt/misleading-types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.0
22

33
namespace MisleadingTypes;
44

tests/PHPStan/Analyser/nsrt/typehints.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.0
22

33
namespace TypesNamespaceTypehints;
44

0 commit comments

Comments
 (0)