We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried to install this tool but I've an error when I follow install instruction.
On database creation (bin/console orm:schema-tool:create) i've got this error :
bin/console orm:schema-tool:create
[ErrorException] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
here my php -v :
PHP 7.3.24-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 31 2020 16:59:59) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.24, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.24-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
The text was updated successfully, but these errors were encountered:
This project does not seem to be compatible with PHP 7.3 (yet). Take a look at the "Continue Targeting Switch issues Warning" section in https://www.php.net/manual/en/migration73.incompatible.php.
Sorry, something went wrong.
No branches or pull requests
I've tried to install this tool but I've an error when I follow install instruction.
On database creation (
bin/console orm:schema-tool:create
) i've got this error :here my php -v :
The text was updated successfully, but these errors were encountered: