@@ -361,7 +361,7 @@ discard block |
||
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 |
||
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 |
||
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) |