Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Dec 6, 2024
1 parent bda73ef commit 39b9fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion classes/remote/client/response_submitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class response_submitter {
private int $contextid;

/**
* Constructor.
* Create a new response submitter with the given settings.
*
* @param string $centralhost The central host URL
* @param string $token The web service token
Expand Down
2 changes: 0 additions & 2 deletions classes/remote/response/remote_responses_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,4 @@ private function get_reverse_mappings(string $type, string $remotehostid): array
}
return $mappings;
}

// ... similar methods for item and attempt mappings ...
}

0 comments on commit 39b9fb9

Please sign in to comment.