Skip to content

Commit

Permalink
Fix micro code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed May 23, 2020
1 parent 483a4d6 commit b28c1aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/WordPress/ShortcodesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public function shortcodeExample( $atts, $content ) {
array(
'example_attribute' => 'example_value',
),
$atts, 'example'
$atts,
'example'
);

ob_start();
Expand Down

0 comments on commit b28c1aa

Please sign in to comment.