@@ -561,8 +561,7 @@ |
||
| 561 | 561 | private function executeGetResourceRelated(SegmentDescriptor $segment, $eagerList) |
| 562 | 562 | { |
| 563 | 563 | $projectedProperty = $segment->getProjectedProperty(); |
| 564 | - $projectedPropertyKind = null !== $projectedProperty ? $projectedProperty->getKind() : |
|
| 565 | - new ResourcePropertyKind(0); |
|
| 564 | + $projectedPropertyKind = null !== $projectedProperty ? $projectedProperty->getKind() : new ResourcePropertyKind(0); |
|
| 566 | 565 | $queryResult = null; |
| 567 | 566 | switch ($projectedPropertyKind) { |
| 568 | 567 | case ResourcePropertyKind::RESOURCE_REFERENCE(): |
@@ -1114,6 +1114,6 @@ |
||
| 1114 | 1114 | return false; |
| 1115 | 1115 | } |
| 1116 | 1116 | |
| 1117 | - return 0 == ($value % 4); |
|
| 1117 | + return 0 == ($value%4); |
|
| 1118 | 1118 | } |
| 1119 | 1119 | } |