@@ -52,7 +52,7 @@ |
||
| 52 | 52 | if (!$this->filesystem->exists($path)) { |
| 53 | 53 | throw new \RuntimeException(sprintf('Path %s does not exist', $path)); |
| 54 | 54 | } |
| 55 | - $files = $this->finder->files()->name('/[a-z]+\.[a-z]{2}\.'.$format.'/')->in($path); |
|
| 55 | + $files = $this->finder->files()->name('/[a-z]+\.[a-z]{2}\.' . $format . '/')->in($path); |
|
| 56 | 56 | |
| 57 | 57 | /** @var SplFileInfo $file */ |
| 58 | 58 | foreach ($files as $file) { |