From 34eb5e8f55ea38645feada4f9fd7abdf38f7b196 Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Wed, 2 Oct 2024 11:30:25 +0200 Subject: [PATCH] Fix PHP CS --- src/DependencyInjection/MonsieurBizSyliusScriptsExtension.php | 1 + src/Form/Type/Settings/ScriptsType.php | 1 + src/MonsieurBizSyliusScriptsPlugin.php | 1 + 3 files changed, 3 insertions(+) diff --git a/src/DependencyInjection/MonsieurBizSyliusScriptsExtension.php b/src/DependencyInjection/MonsieurBizSyliusScriptsExtension.php index 76c0a1e..bef8b45 100644 --- a/src/DependencyInjection/MonsieurBizSyliusScriptsExtension.php +++ b/src/DependencyInjection/MonsieurBizSyliusScriptsExtension.php @@ -3,6 +3,7 @@ /* * This file is part of Monsieur Biz' Scripts plugin for Sylius. * (c) Monsieur Biz + * * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */ diff --git a/src/Form/Type/Settings/ScriptsType.php b/src/Form/Type/Settings/ScriptsType.php index 8c8da60..a44e47b 100644 --- a/src/Form/Type/Settings/ScriptsType.php +++ b/src/Form/Type/Settings/ScriptsType.php @@ -3,6 +3,7 @@ /* * This file is part of Monsieur Biz' Scripts plugin for Sylius. * (c) Monsieur Biz + * * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */ diff --git a/src/MonsieurBizSyliusScriptsPlugin.php b/src/MonsieurBizSyliusScriptsPlugin.php index 7b2ed8c..2eccaed 100644 --- a/src/MonsieurBizSyliusScriptsPlugin.php +++ b/src/MonsieurBizSyliusScriptsPlugin.php @@ -3,6 +3,7 @@ /* * This file is part of Monsieur Biz' Scripts plugin for Sylius. * (c) Monsieur Biz + * * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */