chore: code style
This commit is contained in:
@@ -13,10 +13,10 @@ trait WithTrimStrings
|
||||
|
||||
public function updatedWithTrimStrings(string $property, mixed $value): void
|
||||
{
|
||||
if (is_string($value) && !in_array($property, $this->trimExceptions())) {
|
||||
if (is_string($value) && ! in_array($property, $this->trimExceptions())) {
|
||||
$this->fill([
|
||||
$property => Str::trim($value),
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user