zendframework / zend-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MethodReflection will be broken in PHP 7.3

mvriel opened this issue · comments

When I use the MethodReflection class's extractMethodContents in my unit tests on PHP 7.3 the following warning arises:

!!  In MethodReflection.php line 290:
!!                                                                                 
!!    Warning: "continue" targeting switch is equivalent to "break". Did you mean  
!!     to use "continue 2"?