We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dca903 commit 1139636Copy full SHA for 1139636
Makefile
@@ -8,7 +8,7 @@ validate:
8
composer validate
9
10
analyze:
11
- composer exec -v phpstan analyse -- -c vendor/phpstan/phpstan/conf/phpstan.neon --level 10 --ansi src/ tests/
+ composer exec -v phpstan analyse -- -c vendor/phpstan/phpstan/conf/phpstan.neon --level 10 --ansi src/
12
13
lint:
14
composer exec --verbose phpcs -- --standard=PSR12 src/ bin/
src/CommandFactory.php
@@ -35,6 +35,9 @@ public function __construct(
35
$this->formatters = $formatters;
36
}
37
38
+ /**
39
+ * @return array<string,string>
40
+ */
41
public function getFormatKeys(): array
42
{
43
return self::FORMAT_KEYS;
0 commit comments