Completed
Push — develop ( 32afc4...f78f16 )
by Bartko
03:00
created
src/StefanoTree/NestedSet.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -413,12 +413,18 @@
 block discarded – undo
413 413
                     ->getRoots();
414 414
     }
415 415
 
416
+    /**
417
+     * @param integer $rootNodeId
418
+     */
416 419
     public function isValid($rootNodeId)
417 420
     {
418 421
         return $this->_getValidator()
419 422
                     ->isValid($rootNodeId);
420 423
     }
421 424
 
425
+    /**
426
+     * @param integer $rootNodeId
427
+     */
422 428
     public function rebuild($rootNodeId)
423 429
     {
424 430
         $this->_getValidator()
Please login to merge, or discard this patch.