Test Setup Failed
Pull Request — master (#80)
by Alex
03:47
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.
src/POData/Providers/Metadata/SimpleMetadataProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -480,7 +480,7 @@
 block discarded – undo
480 480
      * To add a navigation property (resource set or resource reference)
481 481
      * to a resource type.
482 482
      *
483
-     * @param ResourceType         $sourceresourceType   The resource type to add
483
+     * @param ResourceType         $sourceResourceType   The resource type to add
484 484
      *                                                   the resource reference
485 485
      *                                                   or resource
486 486
      *                                                   reference set property to
Please login to merge, or discard this patch.