Closed
Description
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.