refactor: Add config section #3
Annotations
6 errors
PHPStan:
src/controllers/DefaultController.php#L33
PHPDoc type array|bool|int 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/controllers/DefaultController.php#L41
PHPDoc tag @return with type mixed is not subtype of native type yii\web\Response.
|
PHPStan:
src/services/DisqusService.php#L54
Access to an undefined property craft\base\Model::$disqusShortname.
|
PHPStan:
src/services/DisqusService.php#L82
Access to an undefined property craft\base\Model::$disqusPublicKey.
|
PHPStan:
src/services/DisqusService.php#L83
Access to an undefined property craft\base\Model::$disqusSecretKey.
|
PHPStan
Process completed with exit code 1.
|