Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored and StyleCIBot committed Jun 17, 2016
1 parent 5db4c36 commit 340c068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/TwigExtensionUrlize.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TwigExtensionUrlize extends SlugifyExtension
public function __construct()
{
parent::__construct(Slugify::create([
'regexp' => Page::SLUGIFY_PATTERN]
'regexp' => Page::SLUGIFY_PATTERN, ]
));
}

Expand Down

0 comments on commit 340c068

Please sign in to comment.