Skip to content

Commit

Permalink
Add more descriptive text for InvalidDocblockParamName
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Aug 15, 2019
1 parent 538abbc commit 8228a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/issues.md
Expand Up @@ -612,7 +612,7 @@ $a = [];

### InvalidDocblockParamName

Emitted when a docblock param name doesn’t match up with a named param in the function.
Emitted when a docblock param name doesn’t match up with a named param in the function, if the param doesn’t have a type or its type is `array`.

```php
/**
Expand Down

0 comments on commit 8228a0f

Please sign in to comment.