Skip to content

fix: Type Coverage

fix: Type Coverage #3

Triggered via push March 15, 2025 13:45
Status Failure
Total duration 29s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

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.