Skip to content

Commit

Permalink
NGSTACK-938 fix phpstan directories param issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JakovKnezovicc committed Dec 13, 2024
1 parent ad6c86a commit 3176a59
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 string[]
* @param string[] $directories
*
* @return array<string, mixed>
*/
Expand Down

0 comments on commit 3176a59

Please sign in to comment.