Skip to content

Commit 623dd37

Browse files
committed
Fix build
1 parent aa7989f commit 623dd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-6609-83.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Foo
1818
*/
1919
function modify(\DateTimeInterface $date) {
2020
$date = $date->modify('+1 day');
21-
assertType('T of DateTime|DateTimeImmutable (method Bug6609\Foo::modify(), argument)', $date);
21+
assertType('T of DateTime|DateTimeImmutable (method Bug6609Php83\Foo::modify(), argument)', $date);
2222

2323
return $date;
2424
}

0 commit comments

Comments
 (0)