Completed
Push — master ( 107213...44f4dd )
by Damian
04:37 queued 01:50
created
src/CFlashMessages/CFlashMessages.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -14,6 +14,10 @@
 block discarded – undo
14 14
             $_SESSION['flashmessages'] = null;
15 15
         }
16 16
         
17
+    /**
18
+     * @param string $content
19
+     * @param string $type
20
+     */
17 21
     public function addMessage($content, $type)
18 22
     {
19 23
         $message = array('content' => $content, 'type' => $type);
Please login to merge, or discard this patch.