Skip to content

Commit

Permalink
Addressed Codesniffe GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
st143971 committed Feb 13, 2024
1 parent aa86232 commit c6f70bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion block_slidefinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function get_content() {
}
}

// Info: data[0] = array([section, filename, page, bookurl, size, content]).
// Info: data[0] has the attributes section, filename, page, bookurl, size, content.
$data = [[], []];
if (!is_null($course)) {
$data = block_slidefinder_get_all_content_of_course_as_sections_with_metadata($course->id, $USER->id);
Expand Down
2 changes: 1 addition & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function block_slidefinder_get_all_book_pdf_matches_from_course($course) {
* Return an array of logical sections based on each page of the given pdf/book match.
* A section is a sentece or part of the Pdf page that fits together.
* Each section contains the content as text and some metadata.
* The metadata is:
* The metadata is:
* - section: The moodle course section this pdf/book match appears on.
* - filename: The name of the Pdf this section appears on.
* - page: The page number this section appears on.
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024021201; // The current plugin version (Date: YYYYMMDDHH).
$plugin->version = 2024021300; // The current plugin version (Date: YYYYMMDDHH).
$plugin->requires = 2020061510; // Requires this Moodle version.
$plugin->component = 'block_slidefinder'; // Full name of the plugin (used for diagnostics).
$plugin->release = '1.1.1';
Expand Down

0 comments on commit c6f70bc

Please sign in to comment.