This repository has been 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::$message
property to default to an empty string instead of
null
. Since bothResultInterface
andAbstractResult
document that the
return type forgetMessage()
is a string, and all reporters expect a string,
this ensures type safety for the method.