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

zend-code 3.0.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Jun 22:09
· 409 commits to master since this release

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #61 fixes an issue with how parameter typehints were generated; previously, fully-qualified class names were not being generated with the leading backslash, causing them to attempt to resolve as if they were relative to the current namespace.
  • #69 fixes an issue with how class names under the same namespace are generated when generating typehints, extends, and implements values; they now strip the common namespace from the class name.
  • #72 fixes an issue within the TokenArrayScanner when scanning closures.