Skip to content

Commit eab339c

Browse files
committed
Fix more skips
1 parent dd48e1f commit eab339c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+61
-43
lines changed

tests/PHPStan/Analyser/data/mb-strlen-php72.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 >= 7.2
22

33
namespace MbStrlenPhp72;
44

tests/PHPStan/Analyser/data/mb-strlen-php73.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 >= 7.3
22

33
namespace MbStrlenPhp73;
44

tests/PHPStan/Analyser/data/mb-strlen-php8.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.0
22

33
namespace MbStrlenPhp8;
44

tests/PHPStan/Analyser/data/mb-strlen-php82.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php // lint >= 8.2
2+
3+
declare(strict_types=1);
24

35
namespace MbStrlenPhp82;
46

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types = 1);
1+
<?php // lint >= 8.0
2+
3+
declare(strict_types = 1);
24

35
namespace ArrayChunkPhp8;
46

tests/PHPStan/Analyser/nsrt/array-column-php8.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 ArrayColumn\Php8;
44

tests/PHPStan/Analyser/nsrt/array-column-php82.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.2
22

33
namespace ArrayColumn82;
44

tests/PHPStan/Analyser/nsrt/array-combine-php8.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 ArrayCombinePHP8;
44

tests/PHPStan/Analyser/nsrt/array-fill-keys-php8.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 ArrayFillKeysPhp8;
44

tests/PHPStan/Analyser/nsrt/array-flip-php8.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 ArrayFlipPhp8;
44

0 commit comments

Comments
 (0)