With the symfony40 set, I have plenty of diffs like this:
--- Original
+++ New
@@ -76,8 +76,8 @@
*
* @ORM\ManyToMany(targetEntity="AppBundle\Entity\Group")
* @ORM\JoinTable(name="fos_user_user_group",
- * joinColumns={@ORM\JoinColumn(referencedColumnName="id")},
- * inverseJoinColumns={@ORM\JoinColumn(referencedColumnName="id")}
+ * joinColumns={@ORM\JoinColumn(referencedColumnName="id")},
+ * inverseJoinColumns={@ORM\JoinColumn(referencedColumnName="id")}
* )
*/
protected $groups;
The new indent is quite wrong to me, and I don't believe "fixing" indentation is the role of rector here, am I wrong?
With the symfony40 set, I have plenty of diffs like this:
The new indent is quite wrong to me, and I don't believe "fixing" indentation is the role of rector here, am I wrong?