Completed
Push — master ( 315f2a...ca41cd )
by Jared
02:18
created
src/Statement/WhereStatement.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -343,6 +343,10 @@
 block discarded – undo
343 343
         return $field.$operator;
344 344
     }
345 345
 
346
+    /**
347
+     * @param string $field
348
+     * @param boolean $isIn
349
+     */
346 350
     protected function buildIn($field, $values, $isIn)
347 351
     {
348 352
         $operator = $isIn ? ' IN ' : ' NOT IN ';
Please login to merge, or discard this patch.