Skip to content

Commit 4d71a02

Browse files
ccho-mongodbgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent faaeb3a commit 4d71a02

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Query/Builder.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,11 +1158,6 @@ protected function compileWheres(): array
11581158
return $compiled;
11591159
}
11601160

1161-
/**
1162-
* @param array $where
1163-
*
1164-
* @return array
1165-
*/
11661161
protected function compileWhereBasic(array $where): array
11671162
{
11681163
$column = $where['column'];

tests/Models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function username(): Attribute
130130
{
131131
return Attribute::make(
132132
get: fn ($value) => $value,
133-
set: fn ($value) => Str::slug($value)
133+
set: fn ($value) => Str::slug($value),
134134
);
135135
}
136136

0 commit comments

Comments
 (0)