Passed
Push — master ( 523373...f499fa )
by Christopher
24:17 queued 20:01
created
src/Interfaces/IComplexType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Interfaces/IEntityType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Interfaces/IFunctionImportParameterType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,5 +3,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Interfaces/IFunctionImportType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.