Skip to content

Commit

Permalink
style(Wp): fix violation of coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Feb 1, 2017
1 parent 788f811 commit def4a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Component/Wp/Provider/WordPressProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ function (Container $container) {
);

// WP_Rewrite
$container->add('wp_rewrite',
$container->add(
'wp_rewrite',
function (Container $container) {
if ($GLOBALS['wp_rewrite']) {
return $GLOBALS['wp_rewrite'];
Expand Down

0 comments on commit def4a7b

Please sign in to comment.