Skip to content

Commit

Permalink
Removed renderer.php as no longer needed since move to just form
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Sep 14, 2024
1 parent b60d896 commit 188c972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion classes/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function bulk_tag_questions($fromform) {
/**
* Process the question came from the form post.
*
* @param array $rawquestions raw questions came as a part of post.
* @param \stdClass $request raw questions came as a part of post.
* @return array question ids got from the post are processed and structured in an array.
*/
public static function process_question_ids(\stdClass $request): array {
Expand Down
43 changes: 0 additions & 43 deletions classes/output/renderer.php

This file was deleted.

0 comments on commit 188c972

Please sign in to comment.