Completed
Push — master ( 0ced85...cabf1d )
by recca
10:07
created
src/Concerns/BuildsQueries.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
      *
210 210
      * @param  array  $wheres
211 211
      * @param  array  $bindings
212
-     * @return void
212
+     * @return BuildsQueries
213 213
      */
214 214
     public function mergeWheres($wheres, $bindings)
215 215
     {
Please login to merge, or discard this patch.
src/Criteria.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      *
26 26
      * @param  string  $method
27 27
      * @param  array   $parameters
28
-     * @return mixed
28
+     * @return Criteria
29 29
      *
30 30
      * @throws \BadMethodCallException
31 31
      */
Please login to merge, or discard this patch.