Skip to content

Commit 9b8cb74

Browse files
committed
Internal - Format code
1 parent 5139a44 commit 9b8cb74

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

public/main/inc/global.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
require_once __DIR__.'/../../../vendor/autoload.php';
1818

1919
try {
20-
2120
// Get settings from .env.local file created.
2221
$envFile = __DIR__.'/../../../.env.local';
2322
if (file_exists($envFile)) {

public/main/inc/lib/api.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6794,7 +6794,7 @@ function api_get_jquery_libraries_js($libraries)
67946794
* @param int $groupId The group ID - optional (takes it from context if not given)
67956795
*
67966796
* @return string The URL to a course, a session, or empty string if nothing works
6797-
* e.g. https://localhost/courses/ABC/index.php?session_id=3&gidReq=1
6797+
* e.g. https://localhost/courses/ABC/index.php?session_id=3&gidReq=1
67986798
*
67996799
* @author Julio Montoya <[email protected]>
68006800
*/

public/main/inc/lib/course.lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,8 +1302,8 @@ public static function is_user_subscribed_in_course(
13021302
/**
13031303
* Is the user a teacher in the given course?
13041304
*
1305-
* @param int $userId
1306-
* @param int $courseId
1305+
* @param int $userId
1306+
* @param int $courseId
13071307
*
13081308
* @return bool if the user is a teacher in the course, false otherwise
13091309
*/

public/main/install/install.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ function updateEnvFile($distFile, $envFile, $params)
28522852
}
28532853

28542854
/**
2855-
* @param EntityManager $manager
2855+
* @param EntityManager $manager
28562856
*/
28572857
function installGroups($manager)
28582858
{

0 commit comments

Comments
 (0)