Minor: Format code

pull/4786/head
Angel Fernando Quiroz Campos 2 years ago
parent 3f5bc960c9
commit 07e88fe1b7
  1. 2
      main/inc/lib/urlmanager.lib.php
  2. 4
      plugin/zoom/lib/ZoomPlugin.php

@ -922,7 +922,7 @@ class UrlManager
*
* @return bool true if success
* */
public static function deleteRelationFromCourseWithAllUrls ($courseId)
public static function deleteRelationFromCourseWithAllUrls($courseId)
{
$table = Database::get_main_table(TABLE_MAIN_ACCESS_URL_REL_COURSE);
$sql = "DELETE FROM $table

@ -480,9 +480,7 @@ class ZoomPlugin extends Plugin
/**
* @param Meeting $meeting
* @param string $returnURL
*
* @return bool
* @param string $returnURL
*/
public function deleteMeeting($meeting, $returnURL): bool
{

Loading…
Cancel
Save