| @@ -27,7 +27,7 @@ | ||
| 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 | |