Completed
Push — master ( 1689ba...39d34e )
by Askupa
01:59
created
components/progressbar/controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     
22 22
     public function required_arguments()
23 23
     {
24
-        return array('value','min','max');
24
+        return array('value', 'min', 'max');
25 25
     }
26 26
     
27 27
     public function get_template_path() 
Please login to merge, or discard this patch.