-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
Syntax error #644
Comments
Are you sure about the Try |
There I can see
but this should be ok with php 7.3 right? |
Yes, should be alright: Line 22 in 4d15474
Do the contents of your Sounds like something went sideways during installation... |
Thanks, it is weird. When I replace full code in file it is working. Problem is since Github set new PHP 8.0.0 and I had to set php version in pipeline. When I compare this two files there is no difference. |
Two things to check:
|
Hi I have error:
syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST) in /home/www/tre.cz/www/kalendar-api.tre.cz/vendor/ocramius/proxy-manager/src/ProxyManager/Configuration.php (line 30)
In my composer.json I have
"require": { "php": ">=7.2.5", "doctrine/doctrine-bundle": "^2.1", "doctrine/doctrine-fixtures-bundle": "^3.4", "doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/orm": "^2.7", "ocramius/proxy-manager": "2.1.0",
Running on php 7.3
The text was updated successfully, but these errors were encountered: