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

Provide a fix for issue #70 #72

Merged
merged 1 commit into from
Jun 27, 2016

Conversation

weierophinney
Copy link
Member

  • Added a failing test case, per Notice when parsing anonymous function #70.
  • Discovered that the structure addressed can be either an array (existing assumption) or a string.
  • Updated the assignment to check for array before assigning, and use the string value if present instead.

Fixes #70.
Fixes #43.

- Added a failing test case, per zendframework#70.
- Discovered that the structure addressed can be either an array
  (existing assumption) or a string.
- Updated the assignment to check for array before assigning, and use
  the string value if present instead.
@weierophinney weierophinney added this to the 3.0.3 milestone Jun 27, 2016
@weierophinney weierophinney merged commit e71c589 into zendframework:master Jun 27, 2016
weierophinney added a commit that referenced this pull request Jun 27, 2016
weierophinney added a commit that referenced this pull request Jun 27, 2016
weierophinney added a commit that referenced this pull request Jun 27, 2016
@weierophinney weierophinney deleted the hotfix/70 branch June 27, 2016 22:06
basz added a commit to basz/zend-code that referenced this pull request Sep 28, 2016
* 'master' of https://github.com/zendframework/zend-code: (39 commits)
  Fix Travis code convention
  Fix Travis code convention
  Fix Travis code convention
  Fix Travis code convention
  1. Fix ClassScanner::getInterfaces() which don't work with Interface. 2. add TestCase  ClassScannerTest::testGetInterfacesFromInterface().
  Remove fast_finish flag
  Bumped to next dev version (3.0.5)
  Added CHANGELOG for zendframework#75
  Separated new tests to separate methods
  testCorrectExtendNamesFromGlobalNamespace
  add tests
  Added CHANGELOG for zendframework#59
  Update ClassGenerator.php
  fast fix
  Bumped to next dev version (3.0.4)
  Set date for 3.0.3
  Added CHANGELOG for zendframework#72
  Added CHANGELOG for zendframework#69
  Added CHANGELOG for zendframework#61
  Provide a fix for issue zendframework#70
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant