@@ -682,7 +682,7 @@ discard block |
||
682 | 682 | */ |
683 | 683 | protected function compareETag( |
684 | 684 | &$entryObject, |
685 | - ResourceType &$resourceType, |
|
685 | + ResourceType & $resourceType, |
|
686 | 686 | &$needToSerializeResponse |
687 | 687 | ) { |
688 | 688 | $needToSerializeResponse = true; |
@@ -775,7 +775,7 @@ discard block |
||
775 | 775 | * for use in a URI) there are etag properties, NULL if |
776 | 776 | * there is no etag property |
777 | 777 | */ |
778 | - protected function getETagForEntry(&$entryObject, ResourceType &$resourceType) |
|
778 | + protected function getETagForEntry(&$entryObject, ResourceType & $resourceType) |
|
779 | 779 | { |
780 | 780 | $eTag = null; |
781 | 781 | $comma = null; |