@@ -2,7 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace AlgoWeb\ODataMetadata\Interfaces; |
4 | 4 | |
5 | -interface IEntityType{ |
|
5 | +interface IEntityType |
|
6 | +{ |
|
6 | 7 | /** |
7 | 8 | * Gets as name |
8 | 9 | * |
@@ -2,7 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace AlgoWeb\ODataMetadata\Interfaces; |
4 | 4 | |
5 | -interface IFunctionImportType{ |
|
5 | +interface IFunctionImportType |
|
6 | +{ |
|
6 | 7 | /** |
7 | 8 | * Gets as name |
8 | 9 | * |
@@ -3,5 +3,6 @@ |
||
3 | 3 | |
4 | 4 | namespace AlgoWeb\ODataMetadata\Interfaces; |
5 | 5 | |
6 | -interface IFunctionImportParameterType{ |
|
6 | +interface IFunctionImportParameterType |
|
7 | +{ |
|
7 | 8 | } |
8 | 9 | \ No newline at end of file |
@@ -2,7 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace AlgoWeb\ODataMetadata\Interfaces; |
4 | 4 | |
5 | -interface IComplexType{ |
|
5 | +interface IComplexType |
|
6 | +{ |
|
6 | 7 | /** |
7 | 8 | * Gets as name |
8 | 9 | * |