Skip to content

Commit

Permalink
Correct psalm-param hinting in /Util/Annotation/Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
wgevaert authored and sebastianbergmann committed Oct 7, 2019
1 parent 516d288 commit 144c750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Annotation/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function forClassName(string $class): DocBlock

/**
* @throws Exception
* @psalm-param class-string $className
* @psalm-param class-string $class
*/
public function forMethod(string $class, string $method): DocBlock
{
Expand Down

0 comments on commit 144c750

Please sign in to comment.