@@ -26,7 +26,6 @@ |
||
| 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 |
@@ -109,7 +109,7 @@ |
||
| 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 | */ |
@@ -100,7 +100,7 @@ |
||
| 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 | |