Skip to content

Commit 636dd3c

Browse files
committed
debug
1 parent a941376 commit 636dd3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Model/Scope/Condition.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@ protected function fieldToWords(Model $model): string
343343
$words[] = $this->valueToWords($model, $field);
344344
}
345345

346-
return implode(' ', array_filter($words, static fn ($v) => $v !== ''));
346+
\PHPStan\dumpType($words);
347+
348+
return implode(' ', array_filter($words));
347349
}
348350

349351
protected function operatorToWords(): string

0 commit comments

Comments
 (0)