From b35d3b57d987e33d66a72a2343fe2aa547d373c8 Mon Sep 17 00:00:00 2001 From: Henrik Sylvester Pedersen Date: Sun, 18 Dec 2016 10:43:18 +0100 Subject: [PATCH] Fixed styleCI issue once more... --- src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php b/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php index 25d6a03e38e0..7ad0d0fcee9e 100755 --- a/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php +++ b/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php @@ -193,7 +193,7 @@ public function getConnection() /** * Get the hasher instance. * - * @return \Illuminate\Contracts\Hashing\Hasher + * @return \Illuminate\Contracts\Hashing\Hasher */ public function getHasher() {