@@ -50,7 +50,6 @@ |
||
| 50 | 50 | /** |
| 51 | 51 | * Verifies whether the dir of the file is valid (can be created) and is writable. |
| 52 | 52 | * |
| 53 | - * @param string $filepath Input |
|
| 54 | 53 | * @param XenForo_DataWriter $dataWriter |
| 55 | 54 | * @param string $fieldName Name of field/option |
| 56 | 55 | * |
@@ -92,7 +92,7 @@ |
||
| 92 | 92 | * requirements are not fullfilled. |
| 93 | 93 | * |
| 94 | 94 | * @param array $status Will be filled with required statuses (sic) |
| 95 | - * @param array $extraError Optional other errors may be added here |
|
| 95 | + * @param string $extraError Optional other errors may be added here |
|
| 96 | 96 | * @return bool |
| 97 | 97 | */ |
| 98 | 98 | protected static function checkTecRequire(&$status, &$extraError) |
@@ -53,7 +53,6 @@ |
||
| 53 | 53 | /** |
| 54 | 54 | * Verifies the Threema Gateway Secret format. |
| 55 | 55 | * |
| 56 | - * @param string $threemaid Input threema ID |
|
| 57 | 56 | * @param XenForo_DataWriter $dataWriter |
| 58 | 57 | * @param string $fieldName Name of field/option |
| 59 | 58 | * |