Completed
Push — master ( 101884...dadcb3 )
by Restu
15:34
created
src/Core/Session/Session.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
         $this->set("flash", $this->flashNew);
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $name
32
+     */
30 33
     public function setFlash($name, $value)
31 34
     {
32 35
         $this->flashNew[$name] = $value;
Please login to merge, or discard this patch.