summaryrefslogtreecommitdiff
path: root/app/Core
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-16 22:29:29 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-16 22:29:29 -0500
commit27b9b7a727de7a9608d85bce6ca94e81bbdf7ffb (patch)
tree2b04dada6912fa1234c92d4e92c8f0c3aa3bb00d /app/Core
parentff149c354e8ab01840842a6a47a65aac6a4c304f (diff)
Minor code improvements
Diffstat (limited to 'app/Core')
-rw-r--r--app/Core/Http/Route.php1
-rw-r--r--app/Core/Ldap/User.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/app/Core/Http/Route.php b/app/Core/Http/Route.php
index ed831467..7836146d 100644
--- a/app/Core/Http/Route.php
+++ b/app/Core/Http/Route.php
@@ -2,7 +2,6 @@
namespace Kanboard\Core\Http;
-use RuntimeException;
use Kanboard\Core\Base;
/**
diff --git a/app/Core/Ldap/User.php b/app/Core/Ldap/User.php
index 04c4cc7e..d36d6f34 100644
--- a/app/Core/Ldap/User.php
+++ b/app/Core/Ldap/User.php
@@ -40,7 +40,7 @@ class User
* @access public
* @param Client $client
* @param string $username
- * @return array
+ * @return LdapUserProvider
*/
public static function getUser(Client $client, $username)
{