Test Failed
Push — master ( cf9dab...1a47e3 )
by
unknown
04:56
created
src/SmartCNAB/Services/Remittances/Banks/SICOOB/File400.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
         $value,
101 101
         array $data = []
102 102
     ) {
103
-        if($data['discount'] == '0') return '';
103
+        if ($data['discount'] == '0') return '';
104 104
 
105 105
         return $value ?: $data['expiration'];
106 106
     }
Please login to merge, or discard this patch.
src/SmartCNAB/Services/Remittances/Banks/Santander/File400.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,6 +88,6 @@
 block discarded – undo
88 88
             return $value ?: 0;
89 89
         }
90 90
 
91
-        return !empty($data['deadline'])? $data['deadline'] : $value;
91
+        return ! empty($data['deadline']) ? $data['deadline'] : $value;
92 92
     }
93 93
 }
Please login to merge, or discard this patch.
src/SmartCNAB/Support/Picture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     {
97 97
         $parsed = array_merge([
98 98
             'data-type' => 'numeric',
99
-            'info-type' => empty($meta['type'])? 'generic' : $meta['type'],
99
+            'info-type' => empty($meta['type']) ? 'generic' : $meta['type'],
100 100
             'strict' => true,
101 101
             'translit' => true,
102 102
         ], $meta);
Please login to merge, or discard this patch.