Skip to content

Commit

Permalink
phpstan - add composer package needed in phpqa tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Dec 23, 2016
1 parent 8bca09d commit 6df3d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CodeAnalysisTasks.php
Expand Up @@ -48,6 +48,7 @@ trait CodeAnalysisTasks
'optionSeparator' => ' ',
'internalClass' => 'PHPStan\Analyser\Analyser',
'hasOnlyConsoleOutput' => true,
'composer' => 'phpstan/phpstan',
),
);
/** @var Options */
Expand Down

0 comments on commit 6df3d1e

Please sign in to comment.