Skip to content

Commit f5b5cba

Browse files
committed
Apply fixes from StyleCI
1 parent 82ec123 commit f5b5cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SuperBasicAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SuperBasicAuth
1818
public function handle($request, Closure $next)
1919
{
2020
if (
21-
!$this->emptyCredentials($request) &&
21+
! $this->emptyCredentials($request) &&
2222
$request->getUser() === config('auth.basic.user') &&
2323
$request->getPassword() === config('auth.basic.password')
2424
) {

0 commit comments

Comments
 (0)