@@ -42,7 +42,7 @@ |
||
42 | 42 | { |
43 | 43 | $flattenedRendererList = array_reduce( |
44 | 44 | $this->rendererList, |
45 | - function ($carry, $item) { |
|
45 | + function($carry, $item) { |
|
46 | 46 | return array_merge($carry, $item); |
47 | 47 | }, |
48 | 48 | [] |