Add new StyleCI rules for empty loop body braces and integer literal … #41
Annotations
1 warning
Run roave-infection.:
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
|
The logs for this run have expired and are no longer available.
Loading