- /** @ORM\Column(name="ip", type="string", length=255) */
+ /** @ORM\Column(name="ip", type="string", length=255)
private ?string $ip = '';
- /** @ORM\Column(name="url", type="string", length=255) */
+ /** @ORM\Column(name="url", type="string", length=255)
private ?string $url = '';
The line should stay the same; there's nothing wrong with it.
Bug Report
Minimal PHP Code Causing Issue
https://getrector.org/demo/00f65708-ba6d-4285-99b7-88a97147486d#result
Expected Behaviour
The line should stay the same; there's nothing wrong with it.