Skip to content

Commit 46ee75d

Browse files
committed
Commit from GitHub Actions (style-fix)
1 parent 864763e commit 46ee75d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/TestSupport/CustomUserProvider.php

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ public function retrieveByToken($identifier, $token)
1717
return null;
1818
}
1919

20-
public function updateRememberToken(Authenticatable $user, $token) {}
20+
public function updateRememberToken(Authenticatable $user, $token)
21+
{
22+
}
2123

2224
public function retrieveByCredentials(array $credentials)
2325
{
@@ -34,5 +36,7 @@ public function getAuthPasswordName()
3436
return '';
3537
}
3638

37-
public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false) {}
39+
public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false)
40+
{
41+
}
3842
}

0 commit comments

Comments
 (0)