Skip to content

Commit 3176a59

Browse files
NGSTACK-938 fix phpstan directories param issue
1 parent ad6c86a commit 3176a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Action/CheckLinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function doExecute(Config $config, IO $io, Repository $repository, Act
3333
}
3434

3535
/**
36-
* @param $directories string[]
36+
* @param string[] $directories
3737
*
3838
* @return array<string, mixed>
3939
*/

0 commit comments

Comments
 (0)