@@ -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  | 
                                                        
@@ -110,7 +110,7 @@  | 
                                                    ||
| 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 | */  | 
                                                        
@@ -105,7 +105,7 @@  | 
                                                    ||
| 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 |      { |