Skip to content

refactor: Clean up run steps #7

refactor: Clean up run steps

refactor: Clean up run steps #7

Triggered via push January 31, 2024 19:47
Status Failure
Total duration 44s
Artifacts
Matrix: code_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Retour.php#L124
Static property nystudio107\retour\Retour::$settings (nystudio107\retour\models\Settings|null) does not accept craft\base\Model|null.
PHPStan: src/Retour.php#L125
Access to an undefined property craft\base\Model::$pluginName.
PHPStan: src/Retour.php#L323
Negated boolean expression is always true.
PHPStan: src/controllers/ApiController.php#L61
Variable $redirects on left side of ?? always exists and is not nullable.
PHPStan: src/controllers/ChartsController.php#L38
PHPDoc type array|bool|int of property nystudio107\retour\controllers\ChartsController::$allowAnonymous is not covariant with PHPDoc type array<int|string>|bool|int of overridden property craft\web\Controller::$allowAnonymous.
PHPStan: src/controllers/FileController.php#L143
Variable $csv might not be defined.
PHPStan: src/controllers/FileController.php#L146
Variable $csv might not be defined.
PHPStan: src/controllers/FileController.php#L174
Call to an undefined method League\Csv\AbstractCsv::setOffset().
PHPStan: src/controllers/FileController.php#L177
Call to an undefined method League\Csv\AbstractCsv::each().
PHPStan: src/controllers/FileController.php#L216
Parameter #1 $tabular_data of method League\Csv\Statement::process() expects League\Csv\TabularDataReader, League\Csv\AbstractCsv given.