Completed
Push — develop ( 0a2cdf...062ac6 )
by Bartko
03:22
created
src/StefanoTree/NestedSet/Adapter/Doctrine2DBAL.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -363,6 +363,9 @@
 block discarded – undo
363 363
                   ->execute($binds);
364 364
     }
365 365
 
366
+    /**
367
+     * @param integer $scope
368
+     */
366 369
     public function getRoots($scope=null)
367 370
     {
368 371
         $options = $this->getOptions();
Please login to merge, or discard this patch.
src/StefanoTree/NestedSet/Adapter/Zend2.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -363,6 +363,9 @@
 block discarded – undo
363 363
                   ->execute($binds);
364 364
     }
365 365
 
366
+    /**
367
+     * @param integer $scope
368
+     */
366 369
     public function getRoots($scope=null)
367 370
     {
368 371
         $options = $this->getOptions();
Please login to merge, or discard this patch.
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.