@@ -55,6 +55,9 @@ |
||
55 | 55 | return $root; |
56 | 56 | } |
57 | 57 | |
58 | + /** |
|
59 | + * @param string $xml |
|
60 | + */ |
|
58 | 61 | protected function _breakOutCdata($xml) |
59 | 62 | { |
60 | 63 | $patterns = [ |
@@ -265,6 +265,9 @@ |
||
265 | 265 | return $resetHash; |
266 | 266 | } |
267 | 267 | |
268 | + /** |
|
269 | + * @param string $hash |
|
270 | + */ |
|
268 | 271 | public function sendResetMail($hash) |
269 | 272 | { |
270 | 273 | // @todo exception |