Passed
Push — master ( f499fa...d2749c )
by Christopher
28:32 queued 23:45
created
src/Interfaces/IEntityType.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,8 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Interfaces/IFunctionImportType.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,8 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Interfaces/IFunctionImportParameterType.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,5 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Interfaces/IComplexType.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,8 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.