Closed Blackskyliner closed 7 years ago
After posting I realized, maybe it's an limitation of https://github.com/nikic/PHP-Parser ?
Can you test the master ?
Yepp, it's now working. I'll close the issue then.
(You'll need to update packagist reference as I had to checkout directly from github instead of using my require-dev instance of the project, as it would not update)
When I run the deprecation detector on a codebase using PHP 7.1 which is using the new Symmetric array destructuring feature I get the following error:
I don't know if it's an limitation of used php functions which results in that error, just wanted to note that it currently not works correct.
Alternatively don't state '^7.0' in the composer.json and only add tested Version constraints.