Skip to content

Commit dd48e1f

Browse files
committed
Correct lint skips for enums
1 parent 478cea1 commit dd48e1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/PHPStan/Analyser/nsrt/allowed-subtypes-enum.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.1
22

33
namespace AllowedSubtypesEnum;
44

tests/PHPStan/Analyser/nsrt/array-chunk-php81.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types = 1);
1+
<?php declare(strict_types = 1); // lint >= 8.1
22

33
namespace ArrayChunkPhp81;
44

tests/PHPStan/Analyser/nsrt/bug-4213.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.1
22

33
namespace Bug4213;
44

0 commit comments

Comments
 (0)