This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-code 3.0.5
·
374 commits
to master
since this release
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
- 89: Remove fast_finish flag
- 90: ClassScanner::getInterfaces() don't work correctly with Interface
- 92: 1. Fix ClassScanner::getInterfaces() which don't work with Interface.
- 94: Allow arrays as constant values in generated constants
- 95: Fix generation of non-optional object parameters that can be null.