-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed

Description
Symfony version(s) affected: 4.1.6.1
Description
(I'm not sure if this is a bug). I tried to create a new project following what the Installing & Setting up the Symfony Framework section of the docs told me to do (run composer create-project symfony/website-skeleton my-project
). It installed a bunch of dependencies but in the end I got this:
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In UnitOfWork.php line 2718:
!!
!! Warning: "continue" targeting switch is equivalent to "break". Did you mean
!! to use "continue 2"?
!!
!!
!!
Script @auto-scripts was called via post-install-cmd
How to reproduce
All I did was run composer create-project symfony/website-skeleton my-project
.
Activity
nicolas-grekas commentedon Oct 6, 2018
That's because you're using PHP 7.3.
This issue is already fixed in the Doctrine repository (it's not related to Symfony).
It will be fixed once they tag their next version.
ghost commentedon Oct 6, 2018
Ok. Just so you know, the app runs fine. Thanks!
gudinoemiliano commentedon Oct 10, 2018
Hi, @nicolas-grekas do you know when that version will be available?
nicolas-grekas commentedon Oct 10, 2018
Not at all, I'm not involved into doctrine much, you should ask there.