@@ -117,14 +117,14 @@ |
||
117 | 117 | 'language' => $this->getLanguage(), |
118 | 118 | 'value' => $this->getValue(), |
119 | 119 | 'types' => array_map( |
120 | - function ($type) { |
|
120 | + function($type) { |
|
121 | 121 | return $type->profile.$type->name; |
122 | 122 | }, |
123 | 123 | $this->getType() |
124 | 124 | ), |
125 | 125 | 'properties' => $this->getProperties()->export(), |
126 | 126 | 'items' => array_map( |
127 | - function (ItemInterface $item) { |
|
127 | + function(ItemInterface $item) { |
|
128 | 128 | return $item->export(); |
129 | 129 | }, |
130 | 130 | $this->getChildren() |