summaryrefslogtreecommitdiffstats
path: root/Core/User/UserProviderInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/User/UserProviderInterface.php')
-rw-r--r--Core/User/UserProviderInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/User/UserProviderInterface.php b/Core/User/UserProviderInterface.php
index 6669c43..6b7895c 100644
--- a/Core/User/UserProviderInterface.php
+++ b/Core/User/UserProviderInterface.php
@@ -70,7 +70,7 @@ interface UserProviderInterface
*
* @param string $class
*
- * @return Boolean
+ * @return bool
*/
public function supportsClass($class);
}