From 71fc40f822dfb42379b06fed94e79c3fe0a4c911 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 15 Jan 2016 23:16:47 -0800 Subject: [PATCH] Add PHPCS issue --- php/class-deferred-customize-widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/class-deferred-customize-widgets.php b/php/class-deferred-customize-widgets.php index cc9a162..046fa7e 100644 --- a/php/class-deferred-customize-widgets.php +++ b/php/class-deferred-customize-widgets.php @@ -61,7 +61,7 @@ function config( $key = null ) { * * @param Plugin $plugin Instance of plugin. */ - function __construct( Plugin $plugin ) { + function __construct(Plugin $plugin) { $this->plugin = $plugin; add_action( 'customize_register', array( $this, 'init' ) ); }