@@ -17,5 +17,5 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @return string[] gets the definition of this binary value |
| 19 | 19 | */ |
| 20 | - public function getValue(): array ; |
|
| 20 | + public function getValue(): array; |
|
| 21 | 21 | } |
@@ -17,5 +17,5 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @return bool gets a value indicating whether the value of this boolean value is true or false |
| 19 | 19 | */ |
| 20 | - public function getValue(): bool ; |
|
| 20 | + public function getValue(): bool; |
|
| 21 | 21 | } |
@@ -17,5 +17,5 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @return float gets the definition of this decimal value |
| 19 | 19 | */ |
| 20 | - public function getValue(): float ; |
|
| 20 | + public function getValue(): float; |
|
| 21 | 21 | } |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | case $element instanceof IProperty: |
| 50 | 50 | assert($element instanceof IProperty); |
| 51 | 51 | $type = $element->getType(); |
| 52 | - return $element->getName() ?? '' . ':' . ($type !== null ? self::ToTraceString($type) :''); |
|
| 52 | + return $element->getName() ?? '' . ':' . ($type !== null ? self::ToTraceString($type) : ''); |
|
| 53 | 53 | case $element instanceof IEntityReferenceType: |
| 54 | 54 | assert($element instanceof IEntityReferenceType); |
| 55 | 55 | return TypeKind::EntityReference()->getKey() . '(' . ($element->getEntityType() !== null ? self::ToTraceString($element->getEntityType()) : '') . ')'; |
@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | $sb, |
| 171 | 171 | EdmConstants::FacetName_Srid, |
| 172 | 172 | null !== $type->getSpatialReferenceIdentifier() |
| 173 | - ? $type->getSpatialReferenceIdentifier(): EdmConstants::Value_SridVariable |
|
| 173 | + ? $type->getSpatialReferenceIdentifier() : EdmConstants::Value_SridVariable |
|
| 174 | 174 | ); |
| 175 | 175 | return $sb; |
| 176 | 176 | } |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | */ |
| 101 | 101 | public function getSchemaElementKind(): SchemaElementKind |
| 102 | 102 | { |
| 103 | - return SchemaElementKind::Function(); |
|
| 103 | + return SchemaElementKind::Function (); |
|
| 104 | 104 | } |
| 105 | 105 | |
| 106 | 106 | /** |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | */ |
| 101 | 101 | public function getSchemaElementKind(): SchemaElementKind |
| 102 | 102 | { |
| 103 | - return SchemaElementKind::Function(); |
|
| 103 | + return SchemaElementKind::function(); |
|
| 104 | 104 | } |
| 105 | 105 | |
| 106 | 106 | /** |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | */ |
| 101 | 101 | public function getSchemaElementKind(): SchemaElementKind |
| 102 | 102 | { |
| 103 | - return SchemaElementKind::Function(); |
|
| 103 | + return SchemaElementKind::Function (); |
|
| 104 | 104 | } |
| 105 | 105 | |
| 106 | 106 | /** |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | */ |
| 101 | 101 | public function getSchemaElementKind(): SchemaElementKind |
| 102 | 102 | { |
| 103 | - return SchemaElementKind::Function(); |
|
| 103 | + return SchemaElementKind::function(); |
|
| 104 | 104 | } |
| 105 | 105 | |
| 106 | 106 | /** |