8000 PHP 7.3 regression/issue · Issue #7402 · doctrine/orm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
PHP 7.3 regression/issue #7402
Closed
Closed
@gnat42

Description

@gnat42

Bug Report

Q A
BC Break no :)
Version 2.6.2

Summary

Just started to test our software against php7.3. We're using symfony, when it clears the cache we get a RuntimeException as follows. The issue being this line of code

Current behavior

[RuntimeException]                                                               
  An error occurred when executing the "'cache:clear --no-warmup'" command:        
                                                                                                                                                                                                                                                         
                                                                                   
  In UnitOfWork.php line 2718:
                                                                                   
    Warning: "continue" targeting switch is equivalent to "break". Did you mean    
     to use "continue 2"?                                                          
                                           

How to reproduce

I started a docker container that has php 7.3 RC1. docker run -it gnat42/centos7-php73:latest and pulled in our symfony project. composer install -o. It failed on the cache clear step.

Expected behavior

No errors.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0