Skip to content

Commit 6b3f6ed

Browse files
authored
Merge pull request #169 from DirectoryTree/analysis-x0WBEB
Apply fixes from StyleCI
2 parents 7c3a450 + 6ed5f9e commit 6b3f6ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Emulator/EmulatedAuthenticationTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ public function test_database_authentication_fallback_works_when_enabled_and_nul
157157
$databaseUserProvider = $guard->getProvider();
158158

159159
$databaseUserProvider->resolveUsersUsing(function () {
160-
return;
161160
});
162161

163162
$user = TestUserModelStub::create([
@@ -187,7 +186,6 @@ public function test_database_authentication_fallback_is_not_performed_when_fall
187186
$databaseUserProvider = $guard->getProvider();
188187

189188
$databaseUserProvider->resolveUsersUsing(function () {
190-
return;
191189
});
192190

193191
$user = TestUserModelStub::create([

0 commit comments

Comments
 (0)