Skip to content

Commit 339ad89

Browse files
committed
Update bug-12847.php
1 parent f8273d5 commit 339ad89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PHPStan/Rules/Functions/data/bug-12847.php

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

33
namespace Bug12847;
44

@@ -39,6 +39,7 @@ function doExplicitMixed(mixed $mixed): void
3939
doSomething($mixed);
4040
}
4141
}
42+
4243
/**
4344
* @param non-empty-array<mixed> $array
4445
*/

0 commit comments

Comments
 (0)