Skip to content

Annotation processing inlining - Doctrine  #3202

@cmodijk

Description

@cmodijk

Bug Report

Subject Details
Rector version dev-master@915faa8
Installed as composer dependency

Based on the fix on #3180 i updated to the latest dev-master but on by locale instance i still get this diff.

- * @ORM\Entity(repositoryClass=EntityRepository::class)
+ * @ORM\Entity(repositoryClass="EntityRepository::class")
-     * @ORM\CustomIdGenerator(class=UuidGenerator::class)
+     * @ORM\CustomIdGenerator(class="UuidGenerator::class")

Minimal PHP Code Causing Issue

The demo url does not reflect both issues but only one
https://getrector.org/demo/35dce657-7709-4597-9e4b-82ebe90cfb8c#result

Expected Behaviour

No change

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions