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 3c853d4 commit 6624894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Client/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface ClientInterface
{
/**
* Validate connection params for search engine
*
*
* @return bool
*/
public function testConnection();
Expand Down

0 comments on commit 6624894

Please sign in to comment.