Skip to content

Commit 1139636

Browse files
committed
update command factory
1 parent 6dca903 commit 1139636

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ validate:
88
composer validate
99

1010
analyze:
11-
composer exec -v phpstan analyse -- -c vendor/phpstan/phpstan/conf/phpstan.neon --level 10 --ansi src/ tests/
11+
composer exec -v phpstan analyse -- -c vendor/phpstan/phpstan/conf/phpstan.neon --level 10 --ansi src/
1212

1313
lint:
1414
composer exec --verbose phpcs -- --standard=PSR12 src/ bin/

src/CommandFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public function __construct(
3535
$this->formatters = $formatters;
3636
}
3737

38+
/**
39+
* @return array<string,string>
40+
*/
3841
public function getFormatKeys(): array
3942
{
4043
return self::FORMAT_KEYS;

0 commit comments

Comments
 (0)