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.
2 parents c0bc2f7 + 623dd37 commit bd591dcCopy full SHA for bd591dc
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