Skip to content

Commit db1d37e

Browse files
committed
Fix build
1 parent 7bdc668 commit db1d37e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)