Skip to content

Merge pull request #233 from datlechin/3.x #196

Merge pull request #233 from datlechin/3.x

Merge pull request #233 from datlechin/3.x #196

Triggered via push September 21, 2023 01:59
Status Failure
Total duration 52s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L40
Call to an undefined method Illuminate\Contracts\Auth\UserProvider::getModel().
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L41
Call to an undefined method Illuminate\Contracts\Auth\UserProvider::getModel().
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L42
Call to an undefined method Illuminate\Contracts\Auth\UserProvider::getModel().
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L43
Comparison operation ">" between false and 1 is always false.
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L46
Call to an undefined method Illuminate\Contracts\Auth\UserProvider::getModel().
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L48
Access to an undefined property Illuminate\Contracts\Auth\Authenticatable::$id.
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L49
Access to an undefined property Illuminate\Contracts\Auth\Authenticatable::$name.
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L50
Access to an undefined property Illuminate\Contracts\Auth\Authenticatable::$email.
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L51
Access to an undefined property Illuminate\Contracts\Auth\Authenticatable::$roles.
phpstan: src/Commands/MakeShieldSuperAdminCommand.php#L61
Call to an undefined method Illuminate\Contracts\Auth\UserProvider::getModel().