Skip to content

Fix: login page width issue #35

Fix: login page width issue

Fix: login page width issue #35

Triggered via push September 10, 2023 10:03
Status Failure
Total duration 1m 0s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
phpstan: src/Commands/ThemesMakeCommand.php#L71
Variable $path on left side of ?? always exists and is not nullable.
phpstan: src/Commands/ThemesMakeCommand.php#L84
Variable $namespace on left side of ?? always exists and is not nullable.
phpstan: src/Filament/Pages/Themes.php#L53
Access to an undefined property Illuminate\Foundation\Auth\User::$theme_color.
phpstan: src/Filament/Pages/Themes.php#L71
Access to an undefined property Illuminate\Foundation\Auth\User::$theme.
phpstan: src/Http/Middleware/SetTheme.php#L39
Static method Filament\Navigation\MenuItem::make() invoked with 1 parameter, 0 required.
phpstan: src/Themes.php#L49
Method Hasnayeen\Themes\Themes::make() should return Hasnayeen\Themes\Contracts\Theme but return statement is missing.
phpstan: src/Themes.php#L66
Call to an undefined method Hasnayeen\Themes\Contracts\Theme::getPrimaryColor().
phpstan
Process completed with exit code 1.