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

zend-code 3.0.5

Compare
Choose a tag to compare
@Ocramius Ocramius released this 24 Oct 12:58
· 374 commits to master since this release
release-3.0.5

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #92 corrected
    Zend\Code\Scanner\ClassScanner to detect multiple interface inheritance.
  • #95 corrected
    Zend\Code\Generator\ParameterGenerator to allow copying parameter signatures
    for non-optional parameters that are still nullable via a default = null
    value.
  • #94 corrected
    Zend\Code\Generator\ValueGenerator so that class constants can now
    be generated with arrays as default value (supported since PHP 5.6).

Total issues resolved: 5