Skip to content

Add new StyleCI rules for empty loop body braces and integer literal … #41

Add new StyleCI rules for empty loop body braces and integer literal …

Add new StyleCI rules for empty loop body braces and integer literal … #41

Triggered via push February 28, 2024 06:56
Status Success
Total duration 2m 3s
Artifacts

mutation.yml

on: push
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

1 warning
mutation / PHP 8.1-ubuntu-latest: src/RegisterClientScript.php#L47
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } $options = Json::encode($this->clientOptions); $view = $this->getView(); - SelectizeAsset::register($view); + $view->registerJs(<<<JS jQuery('#{$id}').selectize({$options}); JS