Completed
Push — master ( 6ec611...dd7276 )
by Christian
02:52
created
src/Controller/ComposerJsonController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,13 +158,13 @@
 block discarded – undo
158 158
 
159 159
         return [
160 160
             'errors'   => array_map(
161
-                function ($str) {
161
+                function($str) {
162 162
                     return ['line' => 0, 'msg' => $str];
163 163
                 },
164 164
                 $errors
165 165
             ),
166 166
             'warnings' => array_map(
167
-                function ($str) {
167
+                function($str) {
168 168
                     return ['line' => 0, 'msg' => $str];
169 169
                 },
170 170
                 $warnings
Please login to merge, or discard this patch.