Completed
Push — master ( cb8989...ffcb0c )
by ARCANEDEV
03:32
created
src/Eloquent/QueryBuilder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * Get ancestors of specified node.
130 130
      *
131
-     * @param  mixed  $id
131
+     * @param  \Arcanedev\LaravelNestedSet\NodeTrait  $id
132 132
      * @param  array  $columns
133 133
      *
134 134
      * @return self|\Illuminate\Database\Eloquent\Collection
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
     /**
356 356
      * Get wrapped `lft` and `rgt` column names.
357 357
      *
358
-     * @return array
358
+     * @return string[]
359 359
      */
360 360
     protected function wrappedColumns()
361 361
     {
@@ -521,7 +521,7 @@  discard block
 block discarded – undo
521 521
      * @param  string  $col
522 522
      * @param  array   $params
523 523
      *
524
-     * @return string
524
+     * @return Expression
525 525
      */
526 526
     protected function columnPatch($col, array $params)
527 527
     {
Please login to merge, or discard this patch.