| @@ -160,7 +160,7 @@ | ||
| 160 | 160 |      { | 
| 161 | 161 |          $threads = array_filter(explode("\n", $body), '\strlen'); | 
| 162 | 162 | |
| 163 | -        return collect(array_map(function ($elem) { | |
| 163 | +        return collect(array_map(function($elem) { | |
| 164 | 164 |              [$id, $tmp] = explode('.dat<>', $elem); | 
| 165 | 165 |              preg_match('/^(.*)\((\d+)\)\z/', $tmp, $matches); | 
| 166 | 166 | |