| @@ -35,9 +35,9 @@ | ||
| 35 | 35 | * Want to go deeper? Read the following article: |
| 36 | 36 | * |
| 37 | 37 | * @see https://developer.wordpress.com/2022/01/06/wordpress-plugin-i18n-webpack-and-composer/ |
| 38 | 38 | * |
| 39 | - * @param array $handles | |
| 39 | + * @param array $handles | |
| 40 | 40 | * @param callable|null $replace_callback |
| 41 | 41 | */ |
| 42 | 42 | private static function replace_translation_path( array $handles, $replace_callback = null ) { |
| 43 | 43 | $sources = self::map_handles_to_src( $handles ); |