Completed
Pull Request — master (#116)
by Alex
04:01
created
src/POData/UriProcessor/QueryProcessor/OrderByParser/OrderByNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/POData/Providers/Query/IQueryProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.