beberlei / assert

Thin assertion library for use in libraries and business-model
Other
2.41k stars 188 forks source link

Add more specific (static) return type to docblock #315

Open Ilyes512 opened 3 years ago

Ilyes512 commented 3 years ago

I have an exception that extends \Assert\LazyAssertionException and currently psalm is reporting 2 error related to the return type: MoreSpecificReturnType and LessSpecificReturnStatement.