Looking for help: does a multiline PHP attribute constructor fixer rule exists for php-cs-fixer?
I would like to transform attributes constructors into multiline, from:
#[ORM\ManyToMany(targetEntity: Permission::class, inversedBy: 'group', fetch: 'EAGER')] private $permission;
To:
#[ORM\ManyToMany( targetEntity: Permission::class, inversedBy: 'group', fetch: 'EAGER', )] private $permission;
[#]php #phpcsfixer #phpcs
=> More informations about this toot | View the thread | More toots from thepanz@phpc.social
=> View php tag | View PhpCSFixer tag | View phpcs tag This content has been proxied by September (3851b).Proxy Information
text/gemini