Skip to content

Commit

Permalink
Fixed cs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka committed Apr 6, 2016
1 parent 70accb1 commit c646aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser/UriParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function parseUri($path)
{
$container = $this->options['container'];
if (!preg_match(
'/^\/' . preg_quote($container, '/') . '(?:\/(?<transformers>[a-zA-Z0-9_\-,\/]+))\/f_key(?<file_path>\/.+)$/',
'/^\/'.preg_quote($container, '/').'(?:\/(?<transformers>[a-zA-Z0-9_\-,\/]+))\/f_key(?<file_path>\/.+)$/',
$path,
$matches
)) {
Expand Down

0 comments on commit c646aad

Please sign in to comment.