packagist rector/rector 0.10.4
Released Rector 0.10.4 with Static Annotation Parser

latest releases: dev-main, 1.2.5, 1.2.4...
3 years ago

New Features 🎉

use Symfony\Component\Routing\Annotation\Route;

final class SomeController
{
    /**
     * @Route(path="/some_path", name="some_name")
     */
    public function some()
    {
    }
}
  • #6045 make use of PHPDocNodeTraverser to work with docblock changes

Read more about these features:


Bugfixes 🐛

  • #6057 Restore parent node connection on new node
  • #6064 Fix Php4ConstructorRector with non-stmts content
  • #5967 Fix printing files with fatal errorsage rector deps

Don't miss a new rector release

NewReleases is sending notifications on new releases.