Fix phpdoc

This commit is contained in:
Frederic Guillot
2015-12-05 21:22:37 -05:00
parent bb63068196
commit 18c56a50e7
14 changed files with 16 additions and 16 deletions

View File

@@ -90,7 +90,7 @@ class DatabaseAuth extends Base implements PasswordAuthenticationProviderInterfa
* Get user object
*
* @access public
* @return null|\Kanboard\User\DatabaseUserProvider
* @return \Kanboard\User\DatabaseUserProvider
*/
public function getUser()
{