@@ -56,7 +56,6 @@ |
||
| 56 | 56 | /** |
| 57 | 57 | * Get the value of the given settings field |
| 58 | 58 | * |
| 59 | - * @param [array] $args |
|
| 60 | 59 | * @return void |
| 61 | 60 | */ |
| 62 | 61 | function amarkal_get_settings_value( $slug, $field_name ) |
@@ -226,7 +226,7 @@ |
||
| 226 | 226 | /** |
| 227 | 227 | * Get the component corresponding to the given name |
| 228 | 228 | * |
| 229 | - * @param [string] $name |
|
| 229 | + * @param string $name |
|
| 230 | 230 | * @throws RuntimeException when the component cannot be found |
| 231 | 231 | * @return void |
| 232 | 232 | */ |