Skip to content

chore: Version 1.6.52 #1

chore: Version 1.6.52

chore: Version 1.6.52 #1

Triggered via push March 27, 2024 23:57
Status Failure
Total duration 59s
Artifacts
Matrix: code_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/ImageOptimize.php#L242
Access to an undefined property craft\base\Model::$transformClass.
PHPStan: src/ImageOptimize.php#L243
Access to an undefined property craft\base\Model::$transformClass.
PHPStan: src/ImageOptimize.php#L489
Access to an undefined property craft\base\Model::$automaticallyResaveImageVariants.
PHPStan: src/ImageOptimize.php#L489
Variable $field in PHPDoc tag @var does not exist.
PHPStan: src/ImageOptimize.php#L506
Access to an undefined property craft\base\Model::$automaticallyResaveImageVariants.
PHPStan: src/ImageOptimize.php#L525
Access to an undefined property craft\base\Model::$automaticallyResaveImageVariants.
PHPStan: src/ImageOptimize.php#L647
If condition is always true.
PHPStan: src/console/controllers/OptimizeController.php#L84
Access to an undefined property craft\base\FieldInterface::$id.
PHPStan: src/console/controllers/OptimizeController.php#L136
Elseif branch is unreachable because previous condition is always true.
PHPStan: src/console/controllers/OptimizeController.php#L136
Instanceof between *NEVER* and yii\queue\redis\Queue will always evaluate to false.