File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -681,6 +681,8 @@ public function newNestedSetQuery($table = null)
681
681
}
682
682
683
683
/**
684
+ * @param string|null $table
685
+ *
684
686
* @return QueryBuilder
685
687
*/
686
688
public function newScopedQuery ($ table = null )
@@ -690,6 +692,7 @@ public function newScopedQuery($table = null)
690
692
691
693
/**
692
694
* @param mixed $query
695
+ * @param string|null $table
693
696
*
694
697
* @return mixed
695
698
*/
@@ -745,6 +748,8 @@ public function newCollection(array $models = array())
745
748
* {@inheritdoc}
746
749
*
747
750
* Use `children` key on `$attributes` to create child nodes.
751
+ *
752
+ * @param self|null $parent
748
753
*/
749
754
public static function create (array $ attributes = [], ?self $ parent = null )
750
755
{
@@ -1216,6 +1221,8 @@ protected function isSameScope(self $node): bool
1216
1221
}
1217
1222
1218
1223
/**
1224
+ * @param array|null $except
1225
+ *
1219
1226
* @return \Illuminate\Database\Eloquent\Model
1220
1227
*/
1221
1228
public function replicate (?array $ except = null )
You can’t perform that action at this time.
0 commit comments