@@ -224,7 +224,7 @@ |
||
224 | 224 | { |
225 | 225 | return !array_reduce( |
226 | 226 | ['isExpanded', 'isCollection', 'expandedResult', 'title', 'type', 'name', 'url'], |
227 | - function ($carry, $value){ |
|
227 | + function ($carry, $value) { |
|
228 | 228 | return $carry || isset($this->{$value}); |
229 | 229 | }, false); |
230 | 230 | } |