Assert v3.2.1 Release Notes

Release Date: 2019-05-28 // almost 5 years ago
  • 3.2.1 - 2019-05-28

    🛠 Fixes

    Other changes

    • ➕ Added PHP 7.3.0, PHP 7.3.1, and PHP 7.3.2 to Travis pipeline as there are differences in PCRE
    • ⚡️ Updated docblocks for Assert\Assertion::NullOrXxxx() to show that the first parameter can be null.
    • ⚡️ Updated docblocks for Assert\LazyAssertion to show that the return type is $this to aid IDE's static analysis.