Skip to content

docs: Updated docs buildchain to the latest #2

docs: Updated docs buildchain to the latest

docs: Updated docs buildchain to the latest #2

Triggered via push September 29, 2024 22:58
Status Failure
Total duration 33s
Artifacts
Matrix: code_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Transcoder.php#L92
Static property nystudio107\transcoder\Transcoder::$settings (nystudio107\transcoder\models\Settings|null) does not accept craft\base\Model|null.
PHPStan: src/Transcoder.php#L117
Access to an undefined property craft\base\Model::$transcoderPaths.
PHPStan: src/Transcoder.php#L193
Access to an undefined property craft\base\Model::$clearCaches.
PHPStan: src/controllers/DefaultController.php#L40
PHPDoc type array|bool|int of property nystudio107\transcoder\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#L176
Method nystudio107\transcoder\controllers\DefaultController::actionProgress() should return craft\web\Response but returns yii\web\Response.
PHPStan: src/services/Transcode.php#L116
Expression on left side of ?? is not nullable.
PHPStan: src/services/Transcode.php#L210
Expression on left side of ?? is not nullable.
PHPStan: src/services/Transcode.php#L254
Expression on left side of ?? is not nullable.
PHPStan: src/services/Transcode.php#L313
Expression on left side of ?? is not nullable.
PHPStan: src/services/Transcode.php#L345
Expression on left side of ?? is not nullable.