@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace AlgoWeb\ODataMetadata\Interfaces; |
4 | 4 | |
5 | -interface IComplexType{ |
|
5 | +interface IComplexType { |
|
6 | 6 | /** |
7 | 7 | * Gets as name |
8 | 8 | * |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace AlgoWeb\ODataMetadata\Interfaces; |
4 | 4 | |
5 | -interface IEntityType{ |
|
5 | +interface IEntityType { |
|
6 | 6 | /** |
7 | 7 | * Gets as name |
8 | 8 | * |
@@ -3,5 +3,5 @@ |
||
3 | 3 | |
4 | 4 | namespace AlgoWeb\ODataMetadata\Interfaces; |
5 | 5 | |
6 | -interface IFunctionImportParameterType{ |
|
6 | +interface IFunctionImportParameterType { |
|
7 | 7 | } |
8 | 8 | \ 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 | * |