mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Add more descriptive text for InvalidDocblockParamName
This commit is contained in:
parent
538abbc54c
commit
8228a0f9a5
@ -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
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user