PHP7.2
CSFixer: 2.1.1
[ 'url' => $url ] = $data;
[ 'url' => $url ] = $data; //no change, shall be trim spaces.
['url' => $url] = $data;
I have look around API several times but not found option about that.
I don't believe we have option for that so far, we have trim_array_spaces for arrays, but not for list. I bet it's super simple to introduce new rule that would mimic it but for lists. Would you like to give it a try, @kmvan ?
Yes, I will try. Thanks for reply.
Most helpful comment
Yes, I will try. Thanks for reply.