Skip to content

Commit

Permalink
Internal - Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Sep 22, 2020
1 parent 5139a44 commit 9b8cb74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion public/main/inc/global.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
require_once __DIR__.'/../../../vendor/autoload.php';

try {

// Get settings from .env.local file created.
$envFile = __DIR__.'/../../../.env.local';
if (file_exists($envFile)) {
Expand Down
2 changes: 1 addition & 1 deletion public/main/inc/lib/api.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -6794,7 +6794,7 @@ function api_get_jquery_libraries_js($libraries)
* @param int $groupId The group ID - optional (takes it from context if not given)
*
* @return string The URL to a course, a session, or empty string if nothing works
* e.g. https://localhost/courses/ABC/index.php?session_id=3&gidReq=1
* e.g. https://localhost/courses/ABC/index.php?session_id=3&gidReq=1
*
* @author Julio Montoya <[email protected]>
*/
Expand Down
4 changes: 2 additions & 2 deletions public/main/inc/lib/course.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1302,8 +1302,8 @@ public static function is_user_subscribed_in_course(
/**
* Is the user a teacher in the given course?
*
* @param int $userId
* @param int $courseId
* @param int $userId
* @param int $courseId
*
* @return bool if the user is a teacher in the course, false otherwise
*/
Expand Down
2 changes: 1 addition & 1 deletion public/main/install/install.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -2852,7 +2852,7 @@ function updateEnvFile($distFile, $envFile, $params)
}

/**
* @param EntityManager $manager
* @param EntityManager $manager
*/
function installGroups($manager)
{
Expand Down

0 comments on commit 9b8cb74

Please sign in to comment.