Skip to content

Commit a1ae1fe

Browse files
committed
formatting
1 parent 5969eab commit a1ae1fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Contracts/NestedSetCollection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*
1010
* @require-extends \Illuminate\Database\Eloquent\Collection
1111
*
12-
* @method NestedSetCollection<NodeModel> groupBy(string $column)
13-
* @method array<int,NodeModel> all()
12+
* @method NestedSetCollection<NodeModel> groupBy(string $column)
13+
* @method array<int,NodeModel> all()
1414
* @method \Illuminate\Support\Collection<array-key,NodeModel> toBase()
1515
*/
1616
interface NestedSetCollection

src/Contracts/NodeQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @method BaseQueryBuilder toBase()
3232
* @method NodeQueryBuilder<Tmodel> whereIn(string $column, array<int,string> $values, string $boolean = 'and', string $not = false)
3333
* @method NodeQueryBuilder<Tmodel> whereRaw(string $sql, string[] $bindings = [], string $boolean = 'and')
34-
* @method int delete(null|mixed $id = null)
34+
* @method int delete(null|mixed $id = null)
3535
*/
3636
interface NodeQueryBuilder extends Builder
3737
{

0 commit comments

Comments
 (0)