Completed
Push — master ( c3d86a...9979ee )
by Paul
07:00
created
programs/search.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@
 block discarded – undo
104 104
     }
105 105
 
106 106
 
107
+    /**
108
+     * @param string $name
109
+     */
107 110
     public function param($name, $default = '')
108 111
     {
109 112
         if (isset($_REQUEST[$name]))
Please login to merge, or discard this patch.