mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
Add more descriptive text for InvalidDocblockParamName
This commit is contained in:
parent
538abbc54c
commit
8228a0f9a5
@ -612,7 +612,7 @@ $a = [];
|
|||||||
|
|
||||||
### InvalidDocblockParamName
|
### 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
|
```php
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user