Skip to content

Commit dfc5270

Browse files
[9.x] Fix some param docblocks. (#40751)
* Fix some param docblocks. * Update EloquentUserProvider.php Co-authored-by: Taylor Otwell <[email protected]>
1 parent 5ea6689 commit dfc5270

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Illuminate/Auth/EloquentUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function retrieveByToken($identifier, $token)
8080
/**
8181
* Update the "remember me" token for the given user in storage.
8282
*
83-
* @param \Illuminate\Contracts\Auth\Authenticatable|\Illuminate\Database\Eloquent\Model $user
83+
* @param \Illuminate\Contracts\Auth\Authenticatable $user
8484
* @param string $token
8585
* @return void
8686
*/

src/Illuminate/Database/Query/Grammars/Grammar.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ protected function compileGroups(Builder $query, $groups)
683683
* Compile the "having" portions of the query.
684684
*
685685
* @param \Illuminate\Database\Query\Builder $query
686-
* @param array $havings
687686
* @return string
688687
*/
689688
protected function compileHavings(Builder $query)
@@ -696,7 +695,6 @@ protected function compileHavings(Builder $query)
696695
/**
697696
* Compile a single having clause.
698697
*
699-
* @param \Illuminate\Database\Query\Builder $query
700698
* @param array $having
701699
* @return string
702700
*/

0 commit comments

Comments
 (0)