All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- [fixed] Throw better exception when constructor returns null (@ddziaduch)
- [fixed] Avoid memory error in DotFormatter with large number of events (@lombartec)
- PHP 7.3 compatibility (@ciaranmcnulty)
- Configure verbosity option in configuration file (@DonCallisto)
- Error with scalarmatcher when type does not match (@DonCallisto)
- Better error message when trying to call method on scalar return type (@ciaranmcnulty)
- Type error when using Object State Matcher (@nightlinus)
- Bumped minimum PHP and Symfony dependences (@ciaranmcnulty)
- Added void type hints to codebase (@kix)