Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Dec 20, 2024
1 parent 25a124b commit 347d577
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions classes/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ private static function init_table_for_courses(?booking $booking = null, ?string
/**
* Add filter displaying the possible instances of mod booking.
*
* @param mixed $table
* @param mixed $table reference to table
*
* @return void
*
Expand All @@ -853,12 +853,11 @@ private static function apply_bookinginstance_filter(&$table) {
/**
* Modify there wherearray via arguments.
*
* @param array $args
*
* @param array $args reference to args
* @param array $wherearray reference to wherearray
* @return string
*
*/
private static function set_wherearray_from_arguments(array &$args, &$wherearray) {
private static function set_wherearray_from_arguments(array &$args, array &$wherearray) {

global $DB;

Expand Down

0 comments on commit 347d577

Please sign in to comment.