Skip to content

Commit

Permalink
NGSTACK-938 fix checkLinter method directories parameter type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JakovKnezovicc committed Dec 13, 2024
1 parent 1d31252 commit ad6c86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Action/CheckLinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function doExecute(Config $config, IO $io, Repository $repository, Act
}

/**
* @param $directories array<string>
* @param $directories string[]
*
* @return array<string, mixed>
*/
Expand Down

0 comments on commit ad6c86a

Please sign in to comment.