Skip to content

Commit

Permalink
Add PHPCS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jan 16, 2016
1 parent 10e983b commit 71fc40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/class-deferred-customize-widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) );
}
Expand Down

0 comments on commit 71fc40f

Please sign in to comment.