Completed
Push — master ( 5033a3...4be7fb )
by Bartko
03:45
created
src/StefanoTree/NestedSet/Validator/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * @param bool $onlyValidate
80 80
      * @param int $left
81 81
      * @param int $level
82
-     * @return int|mixed
82
+     * @return integer
83 83
      * @throws TreeIsBrokenException if tree is broken and $onlyValidate is true
84 84
      */
85 85
     private function _rebuild(NodeInfo $parentNodeInfo, $onlyValidate = false, $left = 1, $level = 0)
Please login to merge, or discard this patch.