Completed
Push — master ( 779adf...a67f37 )
by Zhmayev
01:32
created
src/WSClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -616,8 +616,8 @@
 block discarded – undo
616 616
      * Builds the query using the supplied parameters
617 617
      * @param  string   $moduleName  The name of the module / entity type
618 618
      * @param  array    $params  Data used to find the matching entries
619
-     * @return array    $select  The list of fields to select (defaults to SQL-like '*' - all the fields)
620
-     * @return int      $limit  limit the list of entries to N records (acts like LIMIT in SQL)
619
+     * @return string    $select  The list of fields to select (defaults to SQL-like '*' - all the fields)
620
+     * @return string      $limit  limit the list of entries to N records (acts like LIMIT in SQL)
621 621
      * @return string   The query build out of the supplied parameters
622 622
      */
623 623
     private function buildQuery($moduleName, array $params, array $select = [], $limit = 0)
Please login to merge, or discard this patch.