Completed
Push — master ( e26dcf...c24d9b )
by Roj
02:54
created
src/Notifications.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public static function mapFromArray(array $notifications)
29 29
     {
30
-        $mapped = array_map(function (array $notification) {
30
+        $mapped = array_map(function(array $notification) {
31 31
             return Notification::fromArray($notification);
32 32
         }, $notifications);
33 33
 
Please login to merge, or discard this patch.