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
Bug Report
Based on the fix on #3180 i updated to the latest
dev-masterbut on by locale instance i still get this diff.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