Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
php-cs-fixer - fix coding standard
  • Loading branch information
zdenekdrahos committed May 21, 2017
commit b9dbaaccd4771394aa69dda90337eed2e5f7fa72
2 changes: 1 addition & 1 deletion src/CodeAnalysisTasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function ($relativeDir) {
);
}

private function phpcsfixer(RunningTool $tool)
private function phpcsfixer()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you like, you could execute the code (FixCommand) instead of running it as separated CLI process

{
$analyzedDirs = $this->options->getAnalyzedDirs();
$analyzedDir = reset($analyzedDirs);
Expand Down