Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

zend-diagnostics 1.3.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 17 Sep 16:16
· 52 commits to master since this release

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 both ResultInterface and AbstractResult document that the
    return type for getMessage() is a string, and all reporters expect a string,
    this ensures type safety for the method.