Completed
Push — master ( c428e5...52fc88 )
by Andreas
03:07
created
src/storage/connection.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -114,6 +114,7 @@  discard block
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * Toggle autostart
117
+     * @param boolean $autostart
117 118
      */
118 119
     public static function set_autostart($autostart)
119 120
     {
@@ -145,6 +146,9 @@  discard block
 block discarded – undo
145 146
         }
146 147
     }
147 148
 
149
+    /**
150
+     * @param string $name
151
+     */
148 152
     public static function get_parameter($name)
149 153
     {
150 154
         if (!array_key_exists($name, self::$parameters))
Please login to merge, or discard this patch.