@@ -25,7 +25,7 @@ |
||
| 25 | 25 | } |
| 26 | 26 | if (count($user->blocks)) { |
| 27 | 27 | $msgs = array_values(array_map( |
| 28 | - function ($b) { |
|
| 28 | + function($b) { |
|
| 29 | 29 | return array_get($b, 'block_description.desc'); |
| 30 | 30 | }, |
| 31 | 31 | $user->blocks |