Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 10, 2019
1 parent 9fb8cbe commit c9c415c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Application/Adapters/Laravel/Commands/InsightsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ final class InsightsCommand extends Command
*/
public function handle(AnalyseCommand $analyseCommand): void
{
define('PHP_CODESNIFFER_VERBOSITY', 0);

/**
* Includes PHP Codesniffer's autoload.
*/
include_once 'vendor/squizlabs/php_codesniffer/autoload.php';

$analyseCommand->__invoke($this->input, $this->output);
}
}

0 comments on commit c9c415c

Please sign in to comment.