Completed
Push — master ( 40a2e1...e1bbf2 )
by Tilita
02:00
created
Base/AbstractBranch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Set the Parent of the current branch
52 52
      * @param Branch $item
53
-     * @return Branch
53
+     * @return AbstractBranch
54 54
      */
55 55
     public function setParent(Branch $item)
56 56
     {
Please login to merge, or discard this patch.