Skip to content

refactor: Add config section #4

refactor: Add config section

refactor: Add config section #4

Triggered via push October 5, 2024 22:25
Status Failure
Total duration 24s
Artifacts
Matrix: code_analysis
Fit to window
Zoom out
Zoom in

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.