@@ -674,6 +674,7 @@ |
||
| 674 | 674 | * True if response needs to be |
| 675 | 675 | * serialized, False otherwise |
| 676 | 676 | * @param bool $needToSerializeResponse |
| 677 | + * @param QueryResult $entryObject |
|
| 677 | 678 | * |
| 678 | 679 | * @return string|null The ETag for the entry object if it has eTag properties |
| 679 | 680 | * NULL otherwise |
@@ -469,7 +469,7 @@ |
||
| 469 | 469 | ODataConstants::HTTPQUERY_STRING_ORDERBY, |
| 470 | 470 | ODataConstants::HTTPQUERY_STRING_INLINECOUNT, |
| 471 | 471 | ODataConstants::HTTPQUERY_STRING_SELECT |
| 472 | - ] as $queryOption) { |
|
| 472 | + ] as $queryOption) { |
|
| 473 | 473 | $value = $this->getService()->getHost()->getQueryStringItem($queryOption); |
| 474 | 474 | if (!is_null($value)) { |
| 475 | 475 | if (!is_null($queryParameterString)) { |