Completed
Push — develop ( e67729...75d57c )
by Bartko
02:02
created
src/StefanoTree/NestedSet/Adapter/Zend1.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -527,6 +527,11 @@
 block discarded – undo
527 527
         return (0 < count($resultArray)) ? $resultArray : array();
528 528
     }
529 529
 
530
+    /**
531
+     * @param string $column
532
+     * @param integer $first
533
+     * @param integer $second
534
+     */
530 535
     protected function getWhereBetween($column, $first, $second)
531 536
     {
532 537
         $dbAdapter = $this->getDbAdapter();
Please login to merge, or discard this patch.