@@ -124,7 +124,7 @@ |
||
| 124 | 124 | $pageId = $page->getId(); |
| 125 | 125 | $viewReference = array_filter( |
| 126 | 126 | $viewReferences, |
| 127 | - function ($e) use ($pageId) { |
|
| 127 | + function($e) use ($pageId) { |
|
| 128 | 128 | return $e->getViewId() == $pageId; |
| 129 | 129 | }); |
| 130 | 130 | if (!empty($viewReference[0])) { |
@@ -264,7 +264,7 @@ |
||
| 264 | 264 | |
| 265 | 265 | private function formatAttributes($attributes) |
| 266 | 266 | { |
| 267 | - array_walk($attributes, function (&$item, $key) { |
|
| 267 | + array_walk($attributes, function(&$item, $key) { |
|
| 268 | 268 | if (is_array($item)) { |
| 269 | 269 | $item = implode($item, ' '); |
| 270 | 270 | } |