github rectorphp/rector 0.10.15
Released Rector 0.10.15 fixing version and allowing older php-parser

latest releases: 1.0.4, 1.04, 1.0.3...
3 years ago

New Features 🎉

Just add it to your Rector rule:

/**
 * @changelog https://wiki.php.net/rfc/typed_properties_v2#proposal
 */
final class TypedPropertyRector extends AbstractRector
{
}

Run Rector:

vendor/bin/rector ...

And if this rule changed the code, it will show the link too:

Applied Rectors:

* TypedPropertyRector - https://wiki.php.net/rfc/typed_properties_v2#proposal



dump_node($string);
// change 2nd to increase depth
dump_node($string, 3);


New Downgrade Rules


Bugfixes 🐛

Don't miss a new rector release

NewReleases is sending notifications on new releases.