Skip to content

Commit 57f310a

Browse files
amiranagramactions-user
authored andcommitted
Fix styling
1 parent 826900c commit 57f310a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected function getStrings(SplFileInfo $file): Collection
101101
*/
102102
protected function searchPattern(string $function): string
103103
{
104-
return '/(' . $function . ')\([\r\n\s]{0,}\h*[\'"](.+)[\'"]\h*[\r\n\s]{0,}[),]/U';
104+
return '/('.$function.')\([\r\n\s]{0,}\h*[\'"](.+)[\'"]\h*[\r\n\s]{0,}[),]/U';
105105
}
106106

107107
/**

0 commit comments

Comments
 (0)