Completed
Push — dev-master ( a50fd8...2b6108 )
by Vijay
03:11
created
app/lib/FFCMS/Controllers/Base.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@  discard block
 block discarded – undo
21 21
 
22 22
     /**
23 23
      * init
24
-     * @param \Base $f3
25 24
      */
26 25
     public function __construct()
27 26
     {
@@ -47,7 +46,7 @@  discard block
 block discarded – undo
47 46
      * Set the scripts to load in the templates
48 47
      *
49 48
      * @param array $css list of css to load as defined in config.ini [css]
50
-     * @param array $js list of js to load as defined in config.ini [js]
49
+     * @param string[] $js list of js to load as defined in config.ini [js]
51 50
      * @return void
52 51
      * @see app/config/default.ini
53 52
      */
Please login to merge, or discard this patch.