-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAP-21019: Switch to PSR-12 coding standard except explicit constants…
… visibility requirement (#35883) - used PSR-12 except required visibility for constants - updated php-cs-fixer config - added doc block comments for changed classes - updated php-semver-checker
- Loading branch information
Showing
14 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/Oro/Bundle/AlternativeCheckoutBundle/Condition/OrderTotalLimit.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Condition; | ||
|
1 change: 1 addition & 0 deletions
1
.../Bundle/AlternativeCheckoutBundle/DependencyInjection/OroAlternativeCheckoutExtension.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\DependencyInjection; | ||
|
1 change: 1 addition & 0 deletions
1
src/Oro/Bundle/AlternativeCheckoutBundle/EventListener/QuantityToOrderConditionListener.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\EventListener; | ||
|
1 change: 1 addition & 0 deletions
1
...nativeCheckoutBundle/Migrations/Data/Demo/ORM/UpdateAlternativeCheckoutWorkflowStatus.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Migrations\Data\Demo\ORM; | ||
|
1 change: 1 addition & 0 deletions
1
src/Oro/Bundle/AlternativeCheckoutBundle/Migrations/Data/ORM/UpdateWorkflowsPermissions.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Migrations\Data\ORM; | ||
|
1 change: 1 addition & 0 deletions
1
...dle/AlternativeCheckoutBundle/Migrations/Schema/OroAlternativeCheckoutBundleInstaller.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Migrations\Schema; | ||
|
1 change: 1 addition & 0 deletions
1
src/Oro/Bundle/AlternativeCheckoutBundle/OroAlternativeCheckoutBundle.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle; | ||
|
1 change: 1 addition & 0 deletions
1
...le/AlternativeCheckoutBundle/Tests/Functional/Controller/Frontend/OrderControllerTest.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...lternativeCheckoutBundle/Tests/Functional/Controller/WorkflowDefinitionControllerTest.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Tests\Functional\Controller; | ||
|
1 change: 1 addition & 0 deletions
1
...rnativeCheckoutBundle/Tests/Functional/DataFixtures/LoadQuoteAlternativeCheckoutsData.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Tests\Functional\DataFixtures; | ||
|
1 change: 1 addition & 0 deletions
1
...eckoutBundle/Tests/Functional/DataFixtures/LoadQuoteAlternativeCheckoutsSubtotalsData.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Tests\Functional\DataFixtures; | ||
|
1 change: 1 addition & 0 deletions
1
src/Oro/Bundle/AlternativeCheckoutBundle/Tests/Functional/DataFixtures/LoadTranslations.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Tests\Functional\DataFixtures; | ||
|
1 change: 1 addition & 0 deletions
1
...e/AlternativeCheckoutBundle/Tests/Functional/Entity/Repository/CheckoutRepositoryTest.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ternativeCheckoutBundle/Tests/Unit/EventListener/QuantityToOrderConditionListenerTest.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Oro\Bundle\AlternativeCheckoutBundle\Tests\Unit\EventListener; | ||
|