@@ -144,6 +144,7 @@ |
||
| 144 | 144 | } |
| 145 | 145 | /** |
| 146 | 146 | * For queries like http://localhost/NorthWind.svc/Customers. |
| 147 | + * @param FilterInfo $filterInfo |
|
| 147 | 148 | */ |
| 148 | 149 | public function getResourceSet( |
| 149 | 150 | QueryType $queryType, |
@@ -145,7 +145,7 @@ |
||
| 145 | 145 | * |
| 146 | 146 | * @return object|null The new resource value if it is assignable or throw exception for null. |
| 147 | 147 | */ |
| 148 | - public function updateResource(ResourceSet $sourceResourceSet,$sourceEntityInstance, KeyDescriptor $keyDescriptor,$data, $shouldUpdate = false); |
|
| 148 | + public function updateResource(ResourceSet $sourceResourceSet, $sourceEntityInstance, KeyDescriptor $keyDescriptor, $data, $shouldUpdate = false); |
|
| 149 | 149 | |
| 150 | 150 | /* |
| 151 | 151 | * Delete resource from a resource set. |