Update Psalm's baseline #2405
Annotations
10 errors
Run make --directory=app phpstan:
src/Application/Bootstrap.php#L118
Parameter #1 $args of class MichalSpacekCz\Application\Cli\CliArgs constructor expects array<string, mixed>, array given.
|
Run make --directory=app phpstan:
src/Application/Routing/BlogPostRoute.php#L44
Method MichalSpacekCz\Application\Routing\BlogPostRoute::match() should return array<string, string>|null but returns array|null.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostEdits.php#L39
Cannot call method setTimezone() on mixed.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostEdits.php#L39
Parameter #1 $timezone of method MichalSpacekCz\DateTime\DateTimeZoneFactory::get() expects string, mixed given.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostEdits.php#L40
Parameter #1 $editedAt of class MichalSpacekCz\Articles\ArticleEdit constructor expects DateTime, mixed given.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostEdits.php#L40
Parameter #1 $text of method MichalSpacekCz\Formatter\TexyFormatter::format() expects string, mixed given.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostEdits.php#L40
Parameter #3 $summaryTexy of class MichalSpacekCz\Articles\ArticleEdit constructor expects string, mixed given.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostLocaleUrls.php#L44
Parameter #1 $locale of class MichalSpacekCz\Articles\Blog\BlogPostLocaleUrl constructor expects string, mixed given.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostLocaleUrls.php#L45
Parameter #2 $slug of class MichalSpacekCz\Articles\Blog\BlogPostLocaleUrl constructor expects string, mixed given.
|
Run make --directory=app phpstan:
src/Articles/Blog/BlogPostLocaleUrls.php#L46
Parameter #3 $published of class MichalSpacekCz\Articles\Blog\BlogPostLocaleUrl constructor expects DateTime|null, mixed given.
|
Loading