Skip to content

Commit 38d7307

Browse files
committed
Fix PHP7.4 errors
1 parent c8435cd commit 38d7307

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)