8000 Apply fixes from StyleCI (#36615) · laravel/framework@ebfa75f · GitHub
[go: up one dir, main page]

Skip to content

Commit ebfa75f

Browse files
authored
Apply fixes from StyleCI (#36615)
1 parent eacabc7 commit ebfa75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/SessionGuard.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ public function logoutOtherDevices($password, $attribute = 'password')
615615
protected function rehashUserPassword($password, $attribute)
616616
{
617617
if (! Hash::check($password, $this->user()->{$attribute})) {
618-
throw new InvalidArgumentException("The given password does not match the current password.");
618+
throw new InvalidArgumentException('The given password does not match the current password.');
619619
}
620620

621621
return tap($this->user()->forceFill([

0 commit comments

Comments
 (0)
0