Test Setup Failed
Pull Request — master (#81)
by Alex
03:54
created
src/POData/UriProcessor/QueryProcessor/OrderByParser/OrderByParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -410,7 +410,7 @@
 block discarded – undo
410 410
             $this->topLevelComparisonFunction = $this->comparisonFunctions[0];
411 411
         } else {
412 412
             $funcList = $this->comparisonFunctions;
413
-            $this->topLevelComparisonFunction = function ($object1, $object2) use ($funcList) {
413
+            $this->topLevelComparisonFunction = function($object1, $object2) use ($funcList) {
414 414
                 $ret = 0;
415 415
                 foreach ($funcList as $f) {
416 416
                     $ret = $f($object1, $object2);
Please login to merge, or discard this patch.