@@ -7,7 +7,7 @@ |
||
7 | 7 | * |
8 | 8 | * @link https://make.wordpress.org/cli/2017/05/03/managing-command-dependencies/ |
9 | 9 | */ |
10 | -\WP_CLI::add_hook( 'after_add_command:i18n make-pot', function () { |
|
10 | +\WP_CLI::add_hook( 'after_add_command:i18n make-pot', function() { |
|
11 | 11 | class MakePotCommand extends \WP_CLI\I18n\MakePotCommand { |
12 | 12 | public function __construct() { |
13 | 13 | parent::__construct(); |