1
0
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:
Matthew Brown 2019-08-15 10:52:24 -04:00 committed by GitHub
parent 538abbc54c
commit 8228a0f9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -612,7 +612,7 @@ $a = [];
### InvalidDocblockParamName
Emitted when a docblock param name doesnt match up with a named param in the function.
Emitted when a docblock param name doesnt match up with a named param in the function, if the param doesnt have a type or its type is `array`.
```php
/**