fix: Type Coverage #3
Annotations
4 errors
phpstan
Process completed with exit code 1.
|
phpstan:
src/View/Components/OgImageComponent.php#L13
Parameter #1 $view of function view expects view-string|null, string given.
|
phpstan:
src/OgImage.php#L244
Out of 36 possible return types, only 35 - 97.2 % actually have it. Add more return types to get over 99 %
|
phpstan:
src/OgImage.php#L73
Method Backstage\OgImage\Laravel\OgImage::getStorageImageFileExists() should return string but returns bool.
|