Skip to content

Commit c11e98a

Browse files
committed
Fix test
1 parent 6961932 commit c11e98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-5168-php7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ function (float $f): void {
88
define('LARAVEL_START', microtime(true));
99

1010
$comment = 'Calculated in ' . microtime(true) - $f;
11-
assertType('float', $comment);
11+
assertType('*ERROR*', $comment);
1212
};

0 commit comments

Comments
 (0)