@@ -101,7 +101,7 @@ |
||
| 101 | 101 | * @param string $propertyName Name of the property to get the |
| 102 | 102 | * corresponding node |
| 103 | 103 | * |
| 104 | - * @return OrderByNode|OrderByLeafNode|null |
|
| 104 | + * @return OrderByBaseNode|null |
|
| 105 | 105 | */ |
| 106 | 106 | public function findNode($propertyName) |
| 107 | 107 | { |
@@ -163,7 +163,7 @@ |
||
| 163 | 163 | /** |
| 164 | 164 | * Puts an entity instance to entity set identified by a key. |
| 165 | 165 | * |
| 166 | - * @param ResourceSet $sourceResourceSet The entity set containing the entity to update |
|
| 166 | + * @param ResourceSet $sourceresourceSet The entity set containing the entity to update |
|
| 167 | 167 | * @param KeyDescriptor $keyDescriptor The key identifying the entity to update |
| 168 | 168 | * @param $data |
| 169 | 169 | * |