如何在 PHP 代码中对齐不同的行?

问题描述

PHPStorm 2021.2:

            $is_fullcalendar_nearest_days =  $expireDateCheckNearest->isPast();
            return [
                'id'               => 'ad' . $adItem->id,'title'            => $adItem->id . '=>' . $adItem->title,'adLocationsCount'   => $adItem->ad_locations_count,'status'           => $adItem->status,'status_label'     => Ad::getStatusLabel($adItem->status),'ad_type'       => $adItem->ad_type,'ad_type_label' => Ad::getAdTypeLabel($adItem->ad_type),'price'       => $adItem->price,'price_formatted' => formatCurrencySum($adItem->price),'is_fullcalendar_nearest_days' => $is_fullcalendar_nearest_days,];

如何将上面的行与同一级别的所有 =>= 对齐?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)