Completed
Pull Request — master (#20)
by Tomas Norre
04:56
created
Classes/Hooks/Tcemain.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
     /**
111 111
      * Adds a simple flash message
112 112
      *
113
-     * @param $message
113
+     * @param string $message
114 114
      * @param $code
115 115
      * @return void
116 116
      */
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
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      * Otherwise authentication may fail because we may don't have a password.
106 106
      *
107 107
      * @param array Data of user.
108
-     * @return bool
108
+     * @return integer
109 109
      */
110 110
     public function authUser($user)
111 111
     {
Please login to merge, or discard this patch.