Passed
Push — main ( ab35c2...c8f38e )
by Leandro
01:36
created
src/Itau/API/BoleCode/Endereco.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.