mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Update MissingThrowsDocblock.md (#3878)
This commit is contained in:
parent
ff432ff73d
commit
367d5947ae
@ -1,6 +1,8 @@
|
||||
# MissingThrowsDocblock
|
||||
|
||||
Emitted when a function doesn't have a return type defined
|
||||
Enabled when the `checkForThrowsDocblock` configuration option is enabled.
|
||||
|
||||
Emitted when a function throws (or fails to handle) an exception and does not have a `@throws` annotation.
|
||||
|
||||
```php
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user