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

zend-code 3.4.0

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 05 Oct 23:26
· 20 commits to master since this release
release-3.4.0

Added

  • #170 adds class constant visibility modifiers support.

  • #169 adds the ability to define declare statements.

  • #167 adds the ability to remove doc block of a member.

Changed

  • #166 changes omitting default property value if it is null.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #172 fixes PHP 7.4 compatibility.