Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 11edb11

Browse files
committed
Code doc tweaks.
1 parent 6c32061 commit 11edb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Middleware/WindowsAuthenticate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function handle(Request $request, Closure $next)
5050

5151
// Handle Windows Authentication.
5252
if ($account = $request->server($auth[$key])) {
53-
// Usernames may be prefixed with their domain,
53+
// Username's may be prefixed with their domain,
5454
// we just need their account name.
5555
$username = explode('\\', $account);
5656

@@ -90,7 +90,7 @@ public function handle(Request $request, Closure $next)
9090
/**
9191
* Returns the next request.
9292
*
93-
* This method exists for override ability.
93+
* This method exists to be overridden.
9494
*
9595
* @param Request $request
9696
* @param Closure $next

0 commit comments

Comments
 (0)