@@ -21,7 +21,6 @@ discard block |
||
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 |
||
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 | */ |