Skip to content

Commit 1748583

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents 6d81a0f + 6e91a8c commit 1748583

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)