Skip to content

Commit 921e956

Browse files
authored
Tweak return type for missing config (#47702)
1 parent f882a45 commit 921e956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Passwords/PasswordBrokerManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected function createTokenRepository(array $config)
103103
* Get the password broker configuration.
104104
*
105105
* @param string $name
106-
* @return array
106+
* @return array|null
107107
*/
108108
protected function getConfig($name)
109109
{

0 commit comments

Comments
 (0)