2.2.0
- Fixed phpstan issues
ensure
andenforce
are now marked with@throws
. Their use now leads either to adding a try catch block or to marking your method/function with@throws
as well.
ensure
and enforce
are now marked with @throws
. Their use now leads either to adding a try catch block or to marking your method/function with @throws
as well.