Completed
Pull Request — master (#43)
by Christopher
04:46
created
src/POData/UriProcessor/UriProcessor.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
             $segment->setResult($entityInstance);
362 362
         } else {
363 363
             $skip = (null == $this->request) ? 0 : $this->request->getSkipCount();
364
-            $skip = (null == $skip) ? 0 :$skip;
364
+            $skip = (null == $skip) ? 0 : $skip;
365 365
             $queryResult = $this->providers->getResourceSet(
366 366
                 $this->request->queryType,
367 367
                 $segment->getTargetResourceSetWrapper(),
@@ -720,7 +720,7 @@  discard block
 block discarded – undo
720 720
      * @throws InvalidOperationException If this function invoked with non-navigation
721 721
      *                                   property instance
722 722
      */
723
-    private function _pushSegmentForNavigationProperty(ResourceProperty &$resourceProperty)
723
+    private function _pushSegmentForNavigationProperty(ResourceProperty & $resourceProperty)
724 724
     {
725 725
         if ($resourceProperty->getTypeKind() == ResourceTypeKind::ENTITY) {
726 726
             $this->assert(
@@ -815,7 +815,7 @@  discard block
 block discarded – undo
815 815
      *
816 816
      * @return bool true if the segment was push, false otherwise
817 817
      */
818
-    private function _pushSegment($segmentName, ResourceSetWrapper &$resourceSetWrapper)
818
+    private function _pushSegment($segmentName, ResourceSetWrapper & $resourceSetWrapper)
819 819
     {
820 820
         $rootProjectionNode = $this->request->getRootProjectionNode();
821 821
         if (!is_null($rootProjectionNode)
Please login to merge, or discard this patch.