Skip to content

Commit 698fd8b

Browse files
committed
fix php 7.4 lint
1 parent c27d948 commit 698fd8b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/PHPStan/Rules/Properties/data/bug-13438.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 Bug13438;
44

tests/PHPStan/Rules/Properties/data/bug-13438b.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 Bug13438b;
44

tests/PHPStan/Rules/Properties/data/bug-13438c.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 Bug13438c;
44

tests/PHPStan/Rules/Properties/data/bug-13438d.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 Bug13438d;
44

tests/PHPStan/Rules/Properties/data/bug-13438e.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 Bug13438e;
44

0 commit comments

Comments
 (0)