Completed
Pull Request — master (#13)
by Semih Serhat
01:46
created
lib/Hooks.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,6 @@
 block discarded – undo
81 81
 
82 82
     /**
83 83
      * @param string $uid
84
-     * @param Throttle $throttle
85 84
      */
86 85
     public function failedLoginCallback($uid) {
87 86
         $this->throttle->addFailedLoginAttempt($uid, $this->request->getRemoteAddress());
Please login to merge, or discard this patch.
tests/PasswordValidatorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 	}
44 44
 
45 45
 	/**
46
-	 * @param array $mockedMethods
46
+	 * @param string[] $mockedMethods
47 47
 	 * @return PasswordValidator | \PHPUnit_Framework_MockObject_MockObject
48 48
 	 */
49 49
 	private function getMockInstance($mockedMethods = []) {
Please login to merge, or discard this patch.
tests/SecurityConfigTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 	}
36 36
 
37 37
 	/**
38
-	 * @param array $mockedMethods
38
+	 * @param string[] $mockedMethods
39 39
 	 * @return SecurityConfig | \PHPUnit_Framework_MockObject_MockObject
40 40
 	 */
41 41
 	private function getMockInstance($mockedMethods = []) {
Please login to merge, or discard this patch.