X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/1a77a16689da402450798a8ae1db92f43d911de8..5a98a00e7d88a4ab0e68d68abf1eee8842cb1b30:/Repository/UserRepository.php diff --git a/Repository/UserRepository.php b/Repository/UserRepository.php index 7f9d571..13dc2f0 100644 --- a/Repository/UserRepository.php +++ b/Repository/UserRepository.php @@ -26,13 +26,13 @@ class UserRepository extends Repository implements PasswordUpgraderInterface { /** * Find user count as int * - * @return integer The keywords count + * @return integer The users count */ public function findCountAsInt(): int { //Set the request $req = <<