Skip to content

Commit b56db55

Browse files
dvesh3actions-user
authored andcommitted
Apply php-cs-fixer changes
1 parent 6069d19 commit b56db55

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

src/Migrations/PimcoreX/Version20220316141955.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* Pimcore
7+
*
8+
* This source file is available under two different licenses:
9+
* - GNU General Public License version 3 (GPLv3)
10+
* - Pimcore Commercial License (PCL)
11+
* Full copyright and license information is available in
12+
* LICENSE.md which is distributed with this source code.
13+
*
14+
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
15+
* @license http://www.pimcore.org/license GPLv3 and PCL
16+
*/
17+
518
namespace CustomerManagementFrameworkBundle\Migrations\PimcoreX;
619

720
use Doctrine\DBAL\Schema\Schema;
@@ -24,6 +37,5 @@ public function up(Schema $schema): void
2437
public function down(Schema $schema): void
2538
{
2639
// this down() migration is auto-generated, please modify it to your needs
27-
2840
}
2941
}

src/Migrations/Version20220316141955.php

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* Pimcore
7+
*
8+
* This source file is available under two different licenses:
9+
* - GNU General Public License version 3 (GPLv3)
10+
* - Pimcore Commercial License (PCL)
11+
* Full copyright and license information is available in
12+
* LICENSE.md which is distributed with this source code.
13+
*
14+
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
15+
* @license http://www.pimcore.org/license GPLv3 and PCL
16+
*/
17+
518
namespace CustomerManagementFrameworkBundle\Migrations;
619

720
use Doctrine\DBAL\Schema\Schema;
821
use Doctrine\Migrations\AbstractMigration;
922

10-
1123
final class Version20220316141955 extends AbstractMigration
1224
{
1325
public function up(Schema $schema): void
@@ -20,6 +32,5 @@ public function up(Schema $schema): void
2032
public function down(Schema $schema): void
2133
{
2234
// this down() migration is auto-generated, please modify it to your needs
23-
2435
}
2536
}

0 commit comments

Comments
 (0)