Passed
Push — master ( 7e5c00...1b1e9e )
by Adam
02:34
created
src/Response/VariablesResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function __construct($variables)
17 17
     {
18
-        parent::__construct(array_map(function ($variable) {
18
+        parent::__construct(array_map(function($variable) {
19 19
             return new VariableResponse($variable);
20 20
         }, $variables), self::ARRAY_AS_PROPS);
21 21
     }
Please login to merge, or discard this patch.