Skip to content

Commit

Permalink
Merge pull request #528 from PHPCSStandards/feature/minor-doc-tweaks
Browse files Browse the repository at this point in the history
PassedParameters: fix type in docs
  • Loading branch information
jrfnl committed Dec 8, 2023
2 parents 908247b + dad20ab commit 8392f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPCSUtils/Utils/PassedParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public static function hasParameters(File $phpcsFile, $stackPtr, $isShortArray =
* Efficiency tweak for when this has already been established,
* Use with EXTREME care.
*
* @return array<int, array<string, int|string>>
* @return array<int|string, array<string, int|string>>
* A multi-dimentional array with information on each parameter/array item.
* The information gathered about each parameter/array item is in the following format:
* ```php
Expand Down

0 comments on commit 8392f8a

Please sign in to comment.