Skip to content

Released Rector 0.10.4 with Static Annotation Parser

Compare
Choose a tag to compare
@TomasVotruba TomasVotruba released this 09 Apr 16:34
· 6860 commits to main since this release

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