Skip to content

Commit 4a0bbc1

Browse files
authored
Bump phpstan/phpstan to 1.12 (#318)
1 parent 2a17c9f commit 4a0bbc1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

composer.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/EditorconfigChecker/Cli.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Cli
1010
{
1111
/**
1212
* Entry point of this class to invoke all needed steps
13-
* @param mixed[] $arguments
13+
* @param string[] $arguments
1414
*/
1515
public static function run(array $arguments): int
1616
{

src/EditorconfigChecker/Utilities.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public static function unpack(string $releaseName): bool
141141
* Constructs the arguments the binary needs to be called by
142142
* the arguments providedunline
143143
*
144-
* @param mixed[] $arguments
144+
* @param string[] $arguments
145145
*/
146146
public static function constructStringFromArguments(array $arguments): string
147147
{

0 commit comments

Comments
 (0)