@@ -11,17 +11,17 @@ |
||
11 | 11 | public function getName(); |
12 | 12 | |
13 | 13 | /** |
14 | - * Gets as returnType |
|
15 | - * |
|
16 | - * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportReturnTypeType[] |
|
17 | - */ |
|
14 | + * Gets as returnType |
|
15 | + * |
|
16 | + * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportReturnTypeType[] |
|
17 | + */ |
|
18 | 18 | public function getReturnType(); |
19 | 19 | |
20 | 20 | /** |
21 | - * Adds as parameter |
|
22 | - * |
|
23 | - * @return self |
|
24 | - * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportParameterType $parameter |
|
25 | - */ |
|
21 | + * Adds as parameter |
|
22 | + * |
|
23 | + * @return self |
|
24 | + * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportParameterType $parameter |
|
25 | + */ |
|
26 | 26 | public function addToParameter(TFunctionImportParameterType $parameter); |
27 | 27 | } |
28 | 28 | \ No newline at end of file |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace AlgoWeb\ODataMetadata\Interfaces; |
4 | 4 | |
5 | -interface IFunctionImportType{ |
|
5 | +interface IFunctionImportType { |
|
6 | 6 | /** |
7 | 7 | * Gets as name |
8 | 8 | * |