@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | public function textClear(?string $value, int $count): ?string |
37 | 37 | { |
38 | - if(empty($value)){ |
|
38 | + if (empty($value)) { |
|
39 | 39 | return null; |
40 | 40 | } |
41 | 41 | return mb_substr(StringHelper::removerAcentos($value), 0, $count); |