IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
824 | 824 | * @since 2.8.0 |
825 | 825 | * @since 3.7.0 The `$args` parameter was added, making clearing the plugin update cache optional. |
826 | 826 | * |
827 | | * @param string $plugins Array of the basename paths of the plugins' main files. |
| 827 | * @param array $plugins Array of the basename paths of the plugins' main files. |
828 | 828 | * @param array $args { |
829 | 829 | * Optional. Other arguments for upgrading several plugins at once. Default empty array. |
830 | 830 | * |
… |
… |
|
1351 | 1351 | * @since 3.0.0 |
1352 | 1352 | * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional. |
1353 | 1353 | * |
1354 | | * @param string $themes The theme slugs. |
| 1354 | * @param array $themes The theme slugs. |
1355 | 1355 | * @param array $args { |
1356 | 1356 | * Optional. Other arguments for upgrading several themes at once. Default empty array. |
1357 | 1357 | * |