@@ -135,7 +135,7 @@ |
||
135 | 135 | * Remove a previously registered authenticator |
136 | 136 | * |
137 | 137 | * @param string $authenticator Name of the authenticator class to register |
138 | - * @return bool Returns TRUE on success, FALSE otherwise. |
|
138 | + * @return boolean|null Returns TRUE on success, FALSE otherwise. |
|
139 | 139 | * @deprecated Use Authenticator.authenticators instead. |
140 | 140 | */ |
141 | 141 | public static function unregister_authenticator($authenticator) |
@@ -46,7 +46,6 @@ |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
49 | - * @param Controller $controller |
|
50 | 49 | * @return FieldList |
51 | 50 | */ |
52 | 51 | public function getFormFields() |