You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2025. It is now read-only.
I get a syntax error while testing on PHP 7.1 code:
Your project contains invalid code:
Syntax error, unexpected '?' in file /var/www/html/www/src/Acme/Bundle/MyClass.php
this file contains the optional return value operator public function getValue() ?int
a quick look into this composer.json reveals the support of php 7.0 - so I'd like to know are there any plans to upgrade to support php 7.1? I assume of course, pull requests are welcome ;)