From 45c7034cb33914aeb0e9aebde797b2e2cf921115 Mon Sep 17 00:00:00 2001 From: vin0401 Date: Fri, 19 Jan 2024 11:05:16 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/DependencyInjection/Configuration.php | 10 ++++++++++ .../PimcoreWorkbenchUiExtension.php | 16 +++++++++++++--- src/PimcoreWorkbenchUiBundle.php | 10 ++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index 396d934f2..46ef48abf 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -1,5 +1,15 @@ prependExtensionConfig('webpack_encore', [ // 'output_path' => realpath(__DIR__ . '/../Resources/public/build') 'output_path' => false, - 'builds' => $builds + 'builds' => $builds, ]); } diff --git a/src/PimcoreWorkbenchUiBundle.php b/src/PimcoreWorkbenchUiBundle.php index 6f3bb425a..064cbf20f 100644 --- a/src/PimcoreWorkbenchUiBundle.php +++ b/src/PimcoreWorkbenchUiBundle.php @@ -2,6 +2,16 @@ declare(strict_types=1); +/** + * Pimcore + * + * This source file is available under following license: + * - Pimcore Commercial License (PCL) + * + * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org) + * @license http://www.pimcore.org/license PCL + */ + namespace Pimcore\Bundle\WorkbenchUiBundle; use Pimcore\Extension\Bundle\AbstractPimcoreBundle;