@@ -22,10 +22,10 @@ |
||
22 | 22 | private $type = null; |
23 | 23 | |
24 | 24 | /** |
25 | - * Gets as type |
|
26 | - * |
|
27 | - * @return string |
|
28 | - */ |
|
25 | + * Gets as type |
|
26 | + * |
|
27 | + * @return string |
|
28 | + */ |
|
29 | 29 | public function getType() |
30 | 30 | { |
31 | 31 | return $this->type; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use AlgoWeb\ODataMetadata\IsOKTraits\IsOKToolboxTrait; |
7 | 7 | use AlgoWeb\ODataMetadata\MetadataV3\edm\Groups\GEmptyElementExtensibilityTrait; |
8 | 8 | use AlgoWeb\ODataMetadata\MetadataV3\edm\IsOKTraits\TSimpleIdentifierTrait; |
9 | -use AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Class representing EndAnonymousType |