@@ -60,7 +60,7 @@ |
||
| 60 | 60 | |
| 61 | 61 | if (isset($response->response->Messages)) { |
| 62 | 62 | # Pushwoosh will not assign IDs to messages sent to less than 10 unique devices |
| 63 | - return array_map(function (string $identifier) { |
|
| 63 | + return array_map(function(string $identifier) { |
|
| 64 | 64 | return $identifier !== 'CODE_NOT_AVAILABLE' ? $identifier : null; |
| 65 | 65 | }, $response->response->Messages); |
| 66 | 66 | } |