8000 Release zend-code 3.3.0 · zendframework/zend-code · GitHub
[go: up one dir, main page]

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

zend-code 3.3.0

Compare
Choose a tag to compare
@Ocramius Ocramius released this 20 Oct 15:26
· 148 commits to master since this release
release-3.3.0
6b1059d

3.3.0 - 2017-10-20

Added

  • #131 added the
    ability to omit a parameter type declaration
  • #132 added a
    lightweight MethodGenerator::copyMethodSignature() constructor that
    only copies the method declaration with no body nor docblock.
  • #134 short array
    notation is now used by default for generated array values
  • #136 added the
    ability to specify an omitdefaultvalue key when using
    ParameterGenerator::fromArray()

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #130 Updated
    links to the documentation
  • #133 The default
    value of a ParameterGenerator is always a ValueGenerator

Total issues resolved: 6

0