syntax error, unexpected token ")"
Author: BenOussama180Created Jun 23, 2022Updated Feb 21, 2023
This is the Error i get while creating a new instance of the Client :
It works locally, but not in production.
i use php 8.1 locally & 8.0.19 in prod so it should not be a syntax probleme.
when i checked prod's laravel logs it says this :
[2022-06-22 14:22:19] local.ERROR: syntax error, unexpected token ")" {"userId":2,"exception":"[object] (ParseError(code: 0): syntax error, unexpected token ")" at /home/749128.cloudwaysapps.com/maxxhthfnk/public_html/vendor/symfony/http-client/CurlHttpClient.php:68)
Source: FriendsOfPHP/Goutte