calendarplus icon indicating copy to clipboard operation
calendarplus copied to clipboard

Remove spaces before and after ->

Open LukasReschke opened this issue 10 years ago • 0 comments

Against the oC coding guidelines and looks ugly :speak_no_evil:

$userConfig = json_decode($this -> configInfo -> getUserValue($this -> userId, $this->appName, 'userconfig'));

vs.

$userConfig = json_decode($this->configInfo->getUserValue($this->userId, $this->appName, 'userconfig'));


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

LukasReschke avatar Jul 17 '15 15:07 LukasReschke