Skip to content

Add new StyleCI rules for empty loop body braces and integer literal case. #39

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

Add new StyleCI rules for empty loop body braces and integer literal case. #39

Triggered via pull request February 28, 2024 06:33
Status Success
Total duration 2m 37s
Artifacts

mutation.yml

on: pull_request
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