Test Failed
Push — master ( 711208...fa4067 )
by Bálint
05:04
created
src/POData/Providers/Query/IQueryProvider.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -38,14 +38,14 @@
 block discarded – undo
38 38
      * IE: http://host/EntitySet
39 39
      *  http://host/EntitySet?$skip=10&$top=5&filter=Prop gt Value
40 40
      *
41
-	 * @param string $queryType indicates if this is a query for a count, entities, or entities with a count
42
-	 * @param ResourceSet $resourceSet The entity set containing the entities to fetch
43
-	 * @param FilterInfo|null $filterInfo represents the $filter parameter of the OData query. NULL if no $filter specified
44
-	 * @param mixed $orderby sorted order if we want to get the data in some specific order
45
-	 * @param int $top number of records which need to be shown
46
-	 * @param int $skip number of records which need to be skipped
47
-	 * @param SkipTokenInfo|null $skipToken value indicating what records to skip
48
-	 * @param ExpandedProjectionNode[]|null $expansion represents the $expand parameter of the OData query
41
+     * @param string $queryType indicates if this is a query for a count, entities, or entities with a count
42
+     * @param ResourceSet $resourceSet The entity set containing the entities to fetch
43
+     * @param FilterInfo|null $filterInfo represents the $filter parameter of the OData query. NULL if no $filter specified
44
+     * @param mixed $orderby sorted order if we want to get the data in some specific order
45
+     * @param int $top number of records which need to be shown
46
+     * @param int $skip number of records which need to be skipped
47
+     * @param SkipTokenInfo|null $skipToken value indicating what records to skip
48
+     * @param ExpandedProjectionNode[]|null $expansion represents the $expand parameter of the OData query
49 49
      *
50 50
      * @return QueryResult
51 51
      */
Please login to merge, or discard this patch.