PHPStan Level 5 Fehler
Beim Ausführen von PHPStan auf Level 5 gibt es die nachfolgenden Fehler.
Die Fehler wurden ersteinmal in die Baseline übernommen.
Bitte die Fehler sichten und die wichtigsten beheben.
Möglicherweise sind die Fehler nicht mehr aktuell, daher besser PHPStan ohne Baseline selbst ausführen.
-
src/QUI/Auth/Google/Auth.php:43:Property QUI\Auth\Google\Auth::$User (QUI\Users\User) does not accept QUI\Users\Nobody|null.
-
src/QUI/Auth/Google/Auth.php:139:Call to function is_null() with QUI\Users\User will always evaluate to false.
-
src/QUI/Auth/Google/Auth.php:199:Method QUI\Auth\Google\Auth::getPasswordResetControl() should return QUI\Control but returns null.
-
src/QUI/Auth/Google/Google.php:202:Call to function is_null() with Google\Client will always evaluate to false.
-
src/QUI/Auth/Google/Google.php:206:Unreachable statement - code above always terminates.
-
src/QUI/Registration/Google/Registrar.php:36:Return type (void) of method QUI\Registration\Google\Registrar::onRegistered() should be compatible with return type (int) of method QUI\FrontendUsers\AbstractRegistrar::onRegistered()
-
src/QUI/Registration/Google/Registrar.php:50:Parameter #2 $value of method QUI\Interfaces\Users\User::setAttribute() expects array|int|string, bool given.
-
src/QUI/Registration/Google/Registrar.php:52:Parameter #2 $ParentUser of method QUI\Interfaces\Users\User::setPassword() expects bool|QUI\Users\User, QUI\Users\SystemUser|null given.
-
src/QUI/Registration/Google/Registrar.php:53:Parameter #1 $ParentUser of method QUI\Interfaces\Users\User::save() expects bool|QUI\Users\User, QUI\Users\SystemUser|null given.
-
src/QUI/Registration/Google/Registrar.php:153:Method QUI\Registration\Google\Registrar::validate() should return array<QUI\FrontendUsers\InvalidFormField> but return statement is missing.