Completed
Push — develop ( a553c2...3a0a6f )
by Bartko
02:11
created
tests/StefanoTreeTest/Unit/NestedSet/Adapter/Zend2Test.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @return DbAdapter
64
+     * @return Mockery\MockInterface
65 65
      */
66 66
     private function getDbAdapterMock()
67 67
     {
Please login to merge, or discard this patch.
tests/StefanoTreeTest/Unit/NestedSet/Adapter/Zend1Test.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @return \Zend_Db_Adapter_Pdo_Sqlite
61
+     * @return \Mockery\MockInterface
62 62
      */
63 63
     protected function getDbAdapterMock()
64 64
     {
Please login to merge, or discard this patch.
src/StefanoTree/NestedSet/Adapter/Zend1.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -552,6 +552,9 @@
 block discarded – undo
552 552
 
553 553
     /**
554 554
      * {@inheritdoc}
555
+     * @param string $column
556
+     * @param integer $first
557
+     * @param integer $second
555 558
      */
556 559
     protected function getWhereBetween($column, $first, $second)
557 560
     {
Please login to merge, or discard this patch.