This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-diagnostics 1.3.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #94 updates the
AbstractResult::$messageproperty to default to an empty string instead of
null. Since bothResultInterfaceandAbstractResultdocument that the
return type forgetMessage()is a string, and all reporters expect a string,
this ensures type safety for the method.