@@ -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 | */ |