@@ -97,8 +97,7 @@ |
||
97 | 97 | new AttributeContainer('Type', strval($containerFor)) |
98 | 98 | ]; |
99 | 99 | return $containerFor instanceof IScalarType ? |
100 | - array_merge($this->getAttributesHasFacets(), $baseAttribute) : |
|
101 | - $baseAttribute; |
|
100 | + array_merge($this->getAttributesHasFacets(), $baseAttribute) : $baseAttribute; |
|
102 | 101 | } |
103 | 102 | |
104 | 103 | /** |
@@ -98,8 +98,7 @@ |
||
98 | 98 | new AttributeContainer('Type', $this->getType()->getName()) |
99 | 99 | ]; |
100 | 100 | return $this->getType() instanceof IScalarType ? |
101 | - array_merge($this->getAttributesHasFacets(), $baseAttribute) : |
|
102 | - $baseAttribute; |
|
101 | + array_merge($this->getAttributesHasFacets(), $baseAttribute) : $baseAttribute; |
|
103 | 102 | } |
104 | 103 | |
105 | 104 | /** |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | /** |
161 | 161 | * @var PropertyRef[]|KeyElement $key |
162 | 162 | */ |
163 | - private $key ; |
|
163 | + private $key; |
|
164 | 164 | |
165 | 165 | /** |
166 | 166 | * @var PropertyHolder|Property[] $property EntityTypeProperty child elements are uniquely named within the |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | /** |
173 | 173 | * @var NavigationPropertyHolder|NavigationProperty[] $navigationProperty |
174 | 174 | */ |
175 | - private $navigationProperty ; |
|
175 | + private $navigationProperty; |
|
176 | 176 | |
177 | 177 | public function __construct( |
178 | 178 | string $name, |