Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed May 18, 2015
2 parents e048e98 + c9bdb12 commit 7d40a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pingpong/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ function gravatar($email, $size = 60, $default = 'mm', $rating = 'g')
*/
function markdown($text)
{
return (new ParsedownExtra())->text($text);
return (new ParsedownExtra)->text($text);
}
}

0 comments on commit 7d40a67

Please sign in to comment.