Fix more PHPDoc (#12665)

* Fix PHPDoc

* Fix PHPDoc
This commit is contained in:
Jellyfrog
2021-03-28 19:18:47 +02:00
committed by GitHub
parent 9946fe8b15
commit efb157f5fb
35 changed files with 47 additions and 54 deletions

View File

@@ -130,8 +130,8 @@ class Laravel
/**
* Add prefix and strip .php to make the url helper work in non-laravel php scripts
*
* @param $request
* @param $auth
* @param \Illuminate\Http\Request $request
* @param bool $auth
*/
private static function rewriteDummyHeaders($request, $auth)
{