Skip to content
Snippets Groups Projects
Commit d479dcd6 authored by catch's avatar catch
Browse files

Issue #3067983 by Krzysztof Domański: Incorrect return type in ConfigController::diff()

parent c22202ec
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ public function downloadExport() {
* (optional) The configuration collection name. Defaults to the default
* collection.
*
* @return string
* @return array
* Table showing a two-way diff between the active and staged configuration.
*/
public function diff($source_name, $target_name = NULL, $collection = NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment