Completed
Push — master ( aed86d...e8b4c8 )
by Adam
04:04
created
src/Response/NotificationsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function __construct($notifications)
16 16
     {
17
-        parent::__construct(array_map(function ($notification) {
17
+        parent::__construct(array_map(function($notification) {
18 18
             return new NotificationResponse($notification);
19 19
         }, $notifications), self::ARRAY_AS_PROPS);
20 20
     }
Please login to merge, or discard this patch.