Skip to content

Commit e5303fe

Browse files
MsNataligithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2bbc56c commit e5303fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Contracts/WildcardOptions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static function make(
2323
if (!is_null($rewrite)) {
2424
$options['rewrite'] = $rewrite;
2525
}
26+
2627
return new static($options);
2728
}
2829

src/Filtering/Criterias/Wildcard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function toDSL(): array
1616
return ['wildcard' => [
1717
$this->field => array_merge($this->options->toArray(), [
1818
'value' => $this->query,
19-
])
19+
]),
2020
]];
2121
}
2222
}

0 commit comments

Comments
 (0)