It looks like the 2.3 branch of Silex drops compatibility with Symfony 2 & 3. Additionally, our PHP CS Fixer config has changed with an update to the PHP-CS-Fixer package (eg: they added explicit namespacing to native function invocations to the Symfony:risky ruleset), so this PR implements some code style fixes to get it to pass tests as well.
It looks like the 2.3 branch of Silex drops compatibility with Symfony 2 & 3. Additionally, our PHP CS Fixer config has changed with an update to the PHP-CS-Fixer package (eg: they added explicit namespacing to native function invocations to the
Symfony:risky
ruleset), so this PR implements some code style fixes to get it to pass tests as well.