This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-code 3.3.0
·
148 commits
to master
since this release
3.3.0 - 2017-10-20
Added
- #131 added the
ability to omit a parameter type declaration - #132 added a
lightweightMethodGenerator::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 anomitdefaultvalue
key when using
ParameterGenerator::fromArray()
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #130 Updated
links to the documentation - #133 The default
value of aParameterGenerator
is always aValueGenerator
Total issues resolved: 6
- 130: Updated links to the docs thanks to @webimpress
- 131: Add omit property value type thanks to @janvernieuwe
- 132: Add MethodGenerator::copyMethodSignature without body and phpdoc thanks to @Tobion
- 133: Default value of ParameterGenerator is always a ValueGenerator thanks to @Tobion
- 134: use short array syntax by default with param type array thanks to @Tobion
- 136: Add omitdefaultvalue to fromArray options thanks to @janvernieuwe