Skip to content

Commit d923676

Browse files
authored
Fix the return type on the password broker factory (#37355)
1 parent bc54ad9 commit d923676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Contracts/Auth/PasswordBrokerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface PasswordBrokerFactory
88
* Get a password broker instance by name.
99
*
1010
* @param string|null $name
11-
* @return mixed
11+
* @return \Illuminate\Contracts\Auth\PasswordBroker
1212
*/
1313
public function broker($name = null);
1414
}

0 commit comments

Comments
 (0)