Skip to content

Commit 6c7456d

Browse files
andreiagithub-actions[bot]
authored andcommitted
PHP Linting (Pint)
1 parent 0b16186 commit 6c7456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filters/ValueRangeFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ protected function getValue($value)
220220

221221
protected function getFormattedValue($value)
222222
{
223-
if ($this->isCurrency() && $value !== null && !empty($value)) {
223+
if ($this->isCurrency() && $value !== null && ! empty($value)) {
224224
return $this->isCurrency ? Number::currency($value, in: $this->currencyCode, locale: $this->locale) : $value;
225225
}
226226

0 commit comments

Comments
 (0)