Completed
Pull Request — master (#22)
by Tomas Norre
12:29
created
Classes/Domain/Service/ContentService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
  ***************************************************************/
27 27
 
28 28
 use AOE\AoeIpauth\Utility\EnableFieldsUtility;
29
-use TYPO3\CMS\Core\Utility\GeneralUtility;
30 29
 
31 30
 /**
32 31
  * Class ContentService
Please login to merge, or discard this patch.
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.