Completed
Push — master ( e5cb7c...99003e )
by Alex
01:19
created
src/POData/Providers/Query/IQueryProvider.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      * @param QueryType   $queryType   indicates if this is a query for a count, entities, or entities with a count
38 38
      * @param ResourceSet $resourceSet The entity set containing the entities to fetch
39 39
      * @param FilterInfo  $filterInfo  represents the $filter parameter of the OData query.  NULL if no $filter specified
40
-     * @param mixed       $orderBy     sorted order if we want to get the data in some specific order
40
+     * @param null|\POData\UriProcessor\QueryProcessor\OrderByParser\InternalOrderByInfo       $orderBy     sorted order if we want to get the data in some specific order
41 41
      * @param int         $top         number of records which  need to be skip
42 42
      * @param string      $skipToken   value indicating what records to skip
43 43
      *
Please login to merge, or discard this patch.