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

zend-code 3.3.2

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 31 Aug 14:17
· 60 commits to master since this release
release-3.3.2

Added

  • #162 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #171 changes
    curly braces in array and string offset access to square brackets
    in order to prevent issues under the upcoming PHP 7.4 release.

  • #164 fixes indentation in multi-level arrays generated by ValueGenerator.