@@ -128,7 +128,7 @@ discard block |
||
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 |
||
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 |
||
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 | { |