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

Commit c8cb5c3

Browse files
committed
Adds CHANGELOG entry for #158
1 parent db3e79f commit c8cb5c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25+
- [#158](https://github.com/zendframework/zend-code/pull/158) updates several `switch` cases to use `break` instead of `continue`
26+
in order to prevent issues under the upcoming PHP 7.3 release.
27+
2528
- [#147](https://github.com/zendframework/zend-code/pull/147) fixes the regular expression used for `@var` annotations to
2629
allow omission of the variable name.
2730

0 commit comments

Comments
 (0)