Skip to content

Commit 1807352

Browse files
committed
Bring back docblock params
1 parent 6d80bec commit 1807352

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: src/NodeTrait.php

+7
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,8 @@ public function newNestedSetQuery($table = null)
681681
}
682682

683683
/**
684+
* @param string|null $table
685+
*
684686
* @return QueryBuilder
685687
*/
686688
public function newScopedQuery($table = null)
@@ -690,6 +692,7 @@ public function newScopedQuery($table = null)
690692

691693
/**
692694
* @param mixed $query
695+
* @param string|null $table
693696
*
694697
* @return mixed
695698
*/
@@ -745,6 +748,8 @@ public function newCollection(array $models = array())
745748
* {@inheritdoc}
746749
*
747750
* Use `children` key on `$attributes` to create child nodes.
751+
*
752+
* @param self|null $parent
748753
*/
749754
public static function create(array $attributes = [], ?self $parent = null)
750755
{
@@ -1216,6 +1221,8 @@ protected function isSameScope(self $node): bool
12161221
}
12171222

12181223
/**
1224+
* @param array|null $except
1225+
*
12191226
* @return \Illuminate\Database\Eloquent\Model
12201227
*/
12211228
public function replicate(?array $except = null)

0 commit comments

Comments
 (0)