@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * |
68 | 68 | * @throws SS_HTTPResponse_Exception |
69 | 69 | * |
70 | - * @return bool|Member|void |
|
70 | + * @return null|Member |
|
71 | 71 | */ |
72 | 72 | public static function authenticate($data, Form $form = null) |
73 | 73 | { |
@@ -145,6 +145,9 @@ discard block |
||
145 | 145 | ); |
146 | 146 | } |
147 | 147 | |
148 | + /** |
|
149 | + * @param null|Form $form |
|
150 | + */ |
|
148 | 151 | private static function form_error_msg($form, $message) |
149 | 152 | { |
150 | 153 | if (!$form) { |