Improvements
Added an improved IDE meta file generator, using value objects and now supporting all (new) directives:
override()
(already used a lot) for input+output couplingexpectedArguments()
for argumentsexpectedReturnValues()
for return valuesregisterArgumentsSet()
as helper
You can now easily add tasks for any method you want to improve the typehinting/autocomplete for.
See Generator (task) docs for details.
This is mainly for PHPStorm, as probably not many others support such a meta file.
Examples
Validator::requirePresence()
Now not just bool true/false, but also the possible "magic strings" are typehinted and usable as single click/enter.
Upgrading
Make sure you upgrade custom generator tasks, and if you use Queue or other plugins that those also are updated to the matching new minor version there.