Skip to content

Commit

Permalink
modify doc blocks for getGateArguments (#50874)
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh committed Apr 1, 2024
1 parent 2617749 commit 73ed300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/Middleware/Authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function handle($request, Closure $next, $ability, ...$models)
*
* @param \Illuminate\Http\Request $request
* @param array|null $models
* @return \Illuminate\Database\Eloquent\Model|array|string
* @return array
*/
protected function getGateArguments($request, $models)
{
Expand Down

0 comments on commit 73ed300

Please sign in to comment.