Skip to content

Commit 7cb2994

Browse files
Merge pull request #2830 from coreshop/coding-standard/refactor-4.1
[CS] Refactor
2 parents 14fd60d + 90a3221 commit 7cb2994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CoreShop/Bundle/FrontendBundle/Installer/PublicInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ class PublicInstaller implements FrontendInstallerInterface
2525
public function installFrontend(string $frontendBundlePath, string $rootPath, string $templatePath): void
2626
{
2727
$fs = new Filesystem();
28-
$fs->mirror($frontendBundlePath.'/Resources/public/static', $rootPath.'/public/coreshop/static');
28+
$fs->mirror($frontendBundlePath . '/Resources/public/static', $rootPath . '/public/coreshop/static');
2929
}
3030
}

src/CoreShop/Bundle/TestBundle/Page/SymfonyPageInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
interface SymfonyPageInterface extends BaseSymfonyPageInterface
2424
{
25-
}
25+
}

0 commit comments

Comments
 (0)