@@ -82,7 +82,7 @@ |
||
82 | 82 | * Recall ReadDirectory to read this directory |
83 | 83 | * This is to avoid having the recursion error |
84 | 84 | * |
85 | - * @param type $directory |
|
85 | + * @param string $directory |
|
86 | 86 | */ |
87 | 87 | protected function dirAction($directory) |
88 | 88 | { |
@@ -137,7 +137,7 @@ |
||
137 | 137 | /** |
138 | 138 | * Getter to access to a BFW config value |
139 | 139 | * |
140 | - * @param strig $configKey The key in the config file |
|
140 | + * @param string $configKey The key in the config file |
|
141 | 141 | * |
142 | 142 | * @return mixed |
143 | 143 | */ |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * Save the form's token |
33 | 33 | * |
34 | - * @param array $saveInfos Infos about token (id and expire time) |
|
34 | + * @param stdClass $saveInfos Infos about token (id and expire time) |
|
35 | 35 | * |
36 | 36 | * @return void |
37 | 37 | */ |
@@ -177,7 +177,7 @@ |
||
177 | 177 | /** |
178 | 178 | * Retourne l'instance courrante du kernel. La créé si elle n'est pas trouvé. |
179 | 179 | * |
180 | - * @return \BFW\Kernel |
|
180 | + * @return Application |
|
181 | 181 | */ |
182 | 182 | function getApplication() |
183 | 183 | { |