Array multiline(vertical) declaration code style. PHP format

I am use the php-cs-fixer to auto-formatiing my code. I tried another formatters in VS Studio Code like PHP Intelephense and phpfmt - PHP formatter,but it didn't help to reach my goal.
My goal to format array declaration like ['a','b','c','d','e'] to
[
'a',
'b',
'c',
'd',
'e'
]
I found the docs and availible setting for php-cs-fixer, but no one helps me.
https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/doc/rules/index.rst
https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/doc/ruleSets/index.rst
https://mlocati.github.io/php-cs-fixer-configurator/#version:3.0
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: method illuminate\database\eloquent\collection::paginate does not exist.
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.