Apply fixes from StyleCI #16
Annotations
2 warnings
Run roave-infection.:
src/RegisterClientScript.php#L21
Escaped Mutant for Mutator "PublicVisibility":
--- Original
+++ New
@@ @@
public array $clientOptions = [];
public string $loadUrl = '';
public string $queryParam = 'query';
- public function registerClientScript() : void
+ protected function registerClientScript() : void
{
$id = $this->options['id'];
if ($this->loadUrl !== '') {
|
Run roave-infection.:
src/RegisterClientScript.php#L35
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
$options = Json::encode($this->clientOptions);
$view = $this->getView();
- SelectizeAsset::register($view);
+
$view->registerJs("jQuery('#{$id}').selectize({$options});");
}
}
|
The logs for this run have expired and are no longer available.
Loading