Skip to content

Commit ae400a9

Browse files
committed
ENSITECH-74
1 parent c46c756 commit ae400a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
'single_trait_insert_per_statement' => true,
4040
'no_whitespace_in_blank_line' => true,
4141
'method_chaining_indentation' => true,
42+
'single_space_around_construct' => true,
4243
])
4344
->setFinder($finder);

src/Search/SearchQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ protected function execute(
156156

157157
protected function sourceToDSL(bool $source): array | bool
158158
{
159-
return $source && !$this->fields ?
159+
return $source && !$this->fields ?
160160
[
161161
'include' => $this->include,
162162
'exclude' => $this->exclude,

0 commit comments

Comments
 (0)