Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 18, 2024
1 parent 533a685 commit 306c065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Eloquent/ModelInspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ protected function getObservers($model)
/**
* Get the collection class being used by the model.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @param \Illuminate\Database\Eloquent\Model $model
* @return class-string<\Illuminate\Database\Eloquent\Collection>
*/
protected function getCollectedBy($model)
Expand All @@ -289,7 +289,7 @@ protected function getCollectedBy($model)
*
* @template TModel of \Illuminate\Database\Eloquent\Model
*
* @param TModel $model
* @param TModel $model
* @return class-string<\Illuminate\Database\Eloquent\Builder<TModel>>
*/
protected function getBuilder($model)
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/Database/ModelInspectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,4 @@ class ModelInspectorTestModelEloquentCollection extends Collection

class ModelInspectorTestModelBuilder extends Builder
{

}

0 comments on commit 306c065

Please sign in to comment.