The parameters of my constructor are written on different lines. When I press Ctrl Alt Shift L to format the code, PhpStorm adds spaces to the shorter parameter types so that the columns are equal length.
I can't figure out which code style setting is causing this. I want to disable it.
What it does:
public function __construct( AdvertisingDetailsAdapter $advertisingDetailsAdapter, AdAccountService $adAccountService, BusinessManagerService $businessManagerService )
What I want:
public function __construct( AdvertisingDetailsAdapter $advertisingDetailsAdapter, AdAccountService $adAccountService, BusinessManagerService $businessManagerService )
I believe the relevant configuration switches are shown on the picture
If the image cannot be loaded: