Skip to content

Commit 6e91a8c

Browse files
authored
Fix more PHP 7.4 errors (#5156)
1 parent f86427e commit 6e91a8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/PHPStan/Analyser/nsrt/anonymous-function.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 AnonymousFunction;
44

tests/PHPStan/Analyser/nsrt/callables.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 Callables;
44

tests/PHPStan/Analyser/nsrt/explode.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 ExplodeFunction;
44

tests/PHPStan/Analyser/nsrt/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

0 commit comments

Comments
 (0)