Skip to content

Commit

Permalink
MAGETWO-65199: [GitHub][PR] [PSR-2 Compliance] Fix #8612: Hundreds of…
Browse files Browse the repository at this point in the history
… PHPCS-based static tests violations in mainline #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
  • Loading branch information
Oleksii Korshenko committed Mar 14, 2017
1 parent ff65ca8 commit aaac3fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _files/order_with_customer_and_two_simple_products.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

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


$objectManager = Bootstrap::getObjectManager();

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

0 comments on commit aaac3fd

Please sign in to comment.