Skip to content

Commit 7b668ec

Browse files
committed
Fix lint
1 parent 686ab8a commit 7b668ec

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

tests/PHPStan/Rules/Comparison/data/bug-9515.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 Bug9515;
46

tests/PHPStan/Rules/Comparison/data/do-while-in-trait.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 DoWhileInTrait;
44

tests/PHPStan/Rules/Comparison/data/elseif-condition-in-trait.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 ElseIfConditionInTrait;
44

tests/PHPStan/Rules/Comparison/data/logical-xor-in-trait.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 LogicalXorInTrait;
44

tests/PHPStan/Rules/Comparison/data/match-in-trait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // lint >= 8.0
1+
<?php // lint >= 8.2
22

33
namespace MatchInTrait;
44

tests/PHPStan/Rules/Comparison/data/while-false-in-trait.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 WhileFalseInTrait;
44

0 commit comments

Comments
 (0)