calendarplus
calendarplus copied to clipboard
Remove spaces before and after ->
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.