Commit f248da36 by Taylor Otwell

Tweak doc blocks.

parent 013007a9
......@@ -23,8 +23,8 @@ class PasswordController extends Controller {
/**
* Create a new password controller instance.
*
* @param Guard $auth
* @param PasswordBroker $passwords
* @param \Illuminate\Contracts\Auth\Guard $auth
* @param \Illuminate\Contracts\Auth\PasswordBroker $passwords
* @return void
*/
public function __construct(Guard $auth, PasswordBroker $passwords)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment