Skip to content

Commit

Permalink
chore: fix test case, add php-cs-fixer to lint-step
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Huber committed Dec 8, 2024
1 parent 41bc84f commit 7cd5b80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ grumphp:
group: ['default']
phpstan:
memory_limit: "2G"
phpcsfixer:
config_contains_finder: true
verbose: true
diff: false
triggered_by: ['php']
2 changes: 1 addition & 1 deletion tests/assets/custom-plugins/src/CustomCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function configure()
$this->setName('custom');
}

public function execute(InputInterface $input, OutputInterface $output)
public function execute(InputInterface $input, OutputInterface $output): int
{
if ($result = parent::execute($input, $output)) {
return $result;
Expand Down

0 comments on commit 7cd5b80

Please sign in to comment.