Skip to content

Commit 6d81a0f

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

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)