Completed
Push — master ( e908b0...764d5f )
by Edgard
35:58
created
src/QueryBuilder.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -112,6 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
     /**
114 114
      * @inheritdoc
115
+     * @param string $selectOption
115 116
      */
116 117
     public function buildSelect($columns, &$params, $distinct = false, $selectOption = null)
117 118
     {
@@ -161,6 +162,7 @@  discard block
 block discarded – undo
161 162
 
162 163
     /**
163 164
      * @inheritdoc
165
+     * @param string $sql
164 166
      */
165 167
     public function buildOrderByAndLimit($sql, $orderBy, $limit, $offset)
166 168
     {
Please login to merge, or discard this patch.