Docblock fix

This commit is contained in:
Alex Bilbie 2014-11-07 01:36:17 +00:00
parent e37289231d
commit d16b1b72ba

View File

@ -38,7 +38,7 @@ class PasswordGrant extends AbstractGrant
/**
* Callback to authenticate a user's name and password
* @var function
* @var callable
*/
protected $callback;