Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit aaac3fd

Browse files
author
Oleksii Korshenko
committed
MAGETWO-65199: [GitHub][PR] [PSR-2 Compliance] Fix #8612: Hundreds of PHPCS-based static tests violations in mainline magento/magento2#8685
- automatic fix of code style issues: - Step 1. Install php-cs-fixer globally: composer global require friendsofphp/php-cs-fixer:2.1.0 - Step 2. Execute tool: ~/.composer/vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix . --rules=no_extra_consecutive_blank_lines,method_separation -v
1 parent ff65ca8 commit aaac3fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_files/order_with_customer_and_two_simple_products.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
$addressData = include __DIR__ . '/../../../Magento/Sales/_files/address_data.php';
1818

19-
2019
$objectManager = Bootstrap::getObjectManager();
2120

2221
$billingAddress = $objectManager->create(Address::class, ['data' => $addressData]);

0 commit comments

Comments
 (0)