We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7989f commit 623dd37Copy full SHA for 623dd37
tests/PHPStan/Analyser/nsrt/bug-6609-83.php
@@ -18,7 +18,7 @@ class Foo
18
*/
19
function modify(\DateTimeInterface $date) {
20
$date = $date->modify('+1 day');
21
- assertType('T of DateTime|DateTimeImmutable (method Bug6609\Foo::modify(), argument)', $date);
+ assertType('T of DateTime|DateTimeImmutable (method Bug6609Php83\Foo::modify(), argument)', $date);
22
23
return $date;
24
}
0 commit comments