Skip to content

Commit a934639

Browse files
committed
Fix test
1 parent 93126b4 commit a934639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Debug/data/dump-phpdoc-type.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @param T $value
3232
* @return T
3333
*/
34-
function id(mixed $value): mixed
34+
function id($value)
3535
{
3636
dumpPhpDocType($value);
3737

0 commit comments

Comments
 (0)