PHP-Migration
PHP-Migration copied to clipboard
A static analyzer for PHP version migration
when magic const as class property array key, trigger notice ``` PHP Notice: Undefined property: PhpParser\Node\Scalar\MagicConst\Function_::$value in /Users/ruitao/.composer/vendor/monque/php-migration/src/Changes/v5dot6/IncompPropertyArray.php on line 48 PHP Stack trace: PHP 1. {main}() /Users/ruitao/.composer/vendor/monque/php-migration/bin/phpmig:0 PHP 2....
Hi, Your tool is great. But I have a big project to migrate, and I can't do it in one shot. So I progressively check files. But when some alerts...
PHP 7.1
Any plans to introduce checks for (breaking) changes in PHP 7.1?