Test Failed
Push — master ( b374ca...8780af )
by Béla
03:53
created
src/POData/UriProcessor/QueryProcessor/OrderByParser/OrderByParser.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      */
64 64
     private $_dummyObject;
65 65
 
66
-	private $_rootOrderByNode;
66
+    private $_rootOrderByNode;
67 67
     /**
68 68
      * Creates new instance of OrderByParser
69 69
      *
@@ -78,8 +78,8 @@  discard block
 block discarded – undo
78 78
 
79 79
     private static function _mock($instanceType)
80 80
     {
81
-		//The previous solution is nice, but causes problems, because we initialize classes that have not null properties as well 
82
-		$mock = [];
81
+        //The previous solution is nice, but causes problems, because we initialize classes that have not null properties as well 
82
+        $mock = [];
83 83
         foreach ($instanceType->getProperties() as $property) {
84 84
             $mock[$property->name] = null;
85 85
         }
Please login to merge, or discard this patch.