Completed
Push — master ( a4a38f...cad299 )
by Joram van den
08:06
created
lib/Ajde/Template/Parser/Xhtml.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
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 = [
Please login to merge, or discard this patch.
lib/Ajde/User.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -265,6 +265,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.