Merge pull request #233 from datlechin/3.x #196
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().
|