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 phpcs globally: composer global require squizlabs/php_codesniffer:2.8.0
    - Step 1. Execute tool to fix PSR-2 violations in PHP files: ~/.composer/vendor/squizlabs/php_codesniffer/scripts/phpcbf --standard=PSR2 --extensions=php --ignore=generated/*,vendor/*,var/* .
  • Loading branch information
Oleksii Korshenko committed Mar 14, 2017
1 parent 46c5c91 commit a2a1dd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Test/Unit/Model/MessageGenerators/CaseRescoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ protected function setUp()
$this->caseRescore = $this->objectManager->getObject(CaseRescore::class, [
'caseRepository' => $this->caseRepository
]);

}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function setUp()
$this->responseHandler = $this->objectManager->getObject(ResponseHandler::class, [
'dataDecoder' => $this->dataDecoder
]);

}

/**
Expand Down

0 comments on commit a2a1dd5

Please sign in to comment.