Skip to content

Commit 111e474

Browse files
committed
Fix tests that use mixed type
1 parent 3c0c825 commit 111e474

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/PHPStan/Analyser/nsrt/array-reverse.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 ArrayReverse;
46

tests/PHPStan/Analyser/nsrt/bug-11188.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 Bug11188;
44

0 commit comments

Comments
 (0)