Completed
Pull Request — master (#13)
by Tomas Norre
33:28 queued 14:51
created
Classes/Hooks/Tcemain.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 	/**
110 110
 	 * Adds a simple flash message
111 111
 	 *
112
-	 * @param $message
112
+	 * @param string $message
113 113
 	 * @param $code
114 114
 	 * @return void
115 115
 	 */
Please login to merge, or discard this patch.
Classes/Typo3/Service/Authentication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
 	 * Otherwise authentication may fail because we may don't have a password.
101 101
 	 *
102 102
 	 * @param array Data of user.
103
-	 * @return bool
103
+	 * @return integer
104 104
 	 */
105 105
 	public function authUser($user) {
106 106
 
Please login to merge, or discard this patch.