We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46c756 commit ae400a9Copy full SHA for ae400a9
.php-cs-fixer.php
@@ -39,5 +39,6 @@
39
'single_trait_insert_per_statement' => true,
40
'no_whitespace_in_blank_line' => true,
41
'method_chaining_indentation' => true,
42
+ 'single_space_around_construct' => true,
43
])
44
->setFinder($finder);
src/Search/SearchQuery.php
@@ -156,7 +156,7 @@ protected function execute(
156
157
protected function sourceToDSL(bool $source): array | bool
158
{
159
- return $source && !$this->fields ?
+ return $source && !$this->fields ?
160
[
161
'include' => $this->include,
162
'exclude' => $this->exclude,
0 commit comments