We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc54ad9 commit d923676Copy full SHA for d923676
src/Illuminate/Contracts/Auth/PasswordBrokerFactory.php
@@ -8,7 +8,7 @@ interface PasswordBrokerFactory
8
* Get a password broker instance by name.
9
*
10
* @param string|null $name
11
- * @return mixed
+ * @return \Illuminate\Contracts\Auth\PasswordBroker
12
*/
13
public function broker($name = null);
14
}
0 commit comments