Failed Conditions
Push — develop ( 5bcd45...3b0b21 )
by Remco
04:11
created
src/i18n-make-pot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.