Completed
Push — master ( 482732...5a4264 )
by ARCANEDEV
07:49
created
src/Eloquent/QueryBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
     /**
127 127
      * Get ancestors of specified node.
128 128
      *
129
-     * @param  mixed  $id
129
+     * @param  NodeTrait  $id
130 130
      * @param  array  $columns
131 131
      *
132 132
      * @return self
Please login to merge, or discard this patch.
src/Traits/NodeTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@  discard block
 block discarded – undo
406 406
     /**
407 407
      * Get the boundaries.
408 408
      *
409
-     * @return array
409
+     * @return integer[]
410 410
      */
411 411
     public function getBounds()
412 412
     {
@@ -994,7 +994,7 @@  discard block
 block discarded – undo
994 994
      *
995 995
      * @param  int  $position
996 996
      *
997
-     * @return int
997
+     * @return boolean
998 998
      */
999 999
     protected function moveNode($position)
1000 1000
     {
Please login to merge, or discard this patch.