Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Mar 4, 2024
1 parent 12c58f2 commit bac03c9
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 34 deletions.
7 changes: 5 additions & 2 deletions src/Dto/Token/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions src/Dto/Token/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions src/Dto/Token/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions src/Dto/Token/Refresh.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions src/Service/SecurityService.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Service;
Expand Down
7 changes: 5 additions & 2 deletions src/Service/SecurityServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Service;
Expand Down
7 changes: 5 additions & 2 deletions src/Service/TokenService.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Service;
Expand Down
7 changes: 5 additions & 2 deletions src/Service/TokenServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Service;
Expand Down
7 changes: 5 additions & 2 deletions src/State/Token/Create/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\State\Token\Create;
Expand Down
7 changes: 5 additions & 2 deletions src/State/Token/Refresh/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\State\Token\Refresh;
Expand Down
7 changes: 5 additions & 2 deletions tests/Unit/Dto/Token/CreateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Tests\Unit\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions tests/Unit/Dto/Token/InfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Tests\Unit\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions tests/Unit/Dto/Token/OutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Tests\Unit\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions tests/Unit/Dto/Token/RefreshTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Tests\Unit\Dto\Token;
Expand Down
7 changes: 5 additions & 2 deletions tests/Unit/Service/Security/SecurityServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Tests\Unit\Service\Security;
Expand Down
7 changes: 5 additions & 2 deletions tests/Unit/State/Token/Create/ProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Tests\Unit\State\Token\Create;
Expand Down
7 changes: 5 additions & 2 deletions tests/Unit/State/Token/Refresh/ProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Tests\Unit\State\Token\Refresh;
Expand Down

0 comments on commit bac03c9

Please sign in to comment.