refactor: Add config section #4
Annotations
7 errors
PHPStan:
src/controllers/DefaultController.php#L34
PHPDoc type array|bool of property nystudio107\disqus\controllers\DefaultController::$allowAnonymous is not covariant with PHPDoc type array<int|string>|bool|int of overridden property craft\web\Controller::$allowAnonymous.
|
PHPStan:
src/services/DisqusService.php#L137
Access to an undefined property yii\web\IdentityInterface::$id.
|
PHPStan:
src/services/DisqusService.php#L139
Call to an undefined method yii\web\IdentityInterface::getFullName().
|
PHPStan:
src/services/DisqusService.php#L141
Access to an undefined property yii\web\IdentityInterface::$username.
|
PHPStan:
src/services/DisqusService.php#L143
Access to an undefined property yii\web\IdentityInterface::$email.
|
PHPStan:
src/services/DisqusService.php#L145
Call to an undefined method yii\web\IdentityInterface::getPhoto().
|
PHPStan
Process completed with exit code 1.
|