Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Trailing comma's in functin arguments break on 7.2
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed May 13, 2020
commit e1be52b97b65b55b96dd746ec75b83e0d7e0c1c7
2 changes: 1 addition & 1 deletion core/Controller/OCJSController.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function __construct($appName,
$iniWrapper,
$urlGenerator,
$capabilitiesManager,
$initialStateService,
$initialStateService
);
}

Expand Down