Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amiranagram authored and actions-user committed Mar 12, 2022
1 parent 826900c commit 57f310a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function getStrings(SplFileInfo $file): Collection
*/
protected function searchPattern(string $function): string
{
return '/(' . $function . ')\([\r\n\s]{0,}\h*[\'"](.+)[\'"]\h*[\r\n\s]{0,}[),]/U';
return '/('.$function.')\([\r\n\s]{0,}\h*[\'"](.+)[\'"]\h*[\r\n\s]{0,}[),]/U';
}

/**
Expand Down

0 comments on commit 57f310a

Please sign in to comment.