Passed
Push — master ( a4d359...48ca8a )
by Dane
02:05
created
src/Response/SubscriptionsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         parent::__construct(
18 18
             array_map(
19
-                function ($subscription) {
19
+                function($subscription) {
20 20
                     return new SubscriptionResponse($subscription);
21 21
                 },
22 22
                 $subscriptions
Please login to merge, or discard this patch.