X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/1a77a16689da402450798a8ae1db92f43d911de8..279e79bae75508e655d7d210ad62e7874cab762b:/Repository/UserRepository.php?ds=sidebyside 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 = <<