Skip to content

Prepare first release. #26

Prepare first release.

Prepare first release. #26

Triggered via pull request February 26, 2024 17:08
Status Success
Total duration 2m 7s
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