Skip to content

Commit f8d042a

Browse files
committed
formatting
1 parent 666a51a commit f8d042a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected function context()
162162
*
163163
* @param \Illuminate\Http\Request $request
164164
* @param \Exception $e
165-
* @return \Symfony\Component\HttpFoundation\Response|\Illuminate\Http\Response
165+
* @return \Illuminate\Http\Response|\Symfony\Component\HttpFoundation\Response
166166
*/
167167
public function render($request, Exception $e)
168168
{

0 commit comments

Comments
 (0)