Minor - format code

pull/2588/merge
Julio Montoya 8 years ago
parent f645280e30
commit b711b72977
  1. 1
      main/admin/access_url_edit_usergroup_to_url.php
  2. 1
      plugin/ims_lti/install.php
  3. 3
      plugin/ims_lti/uninstall.php
  4. 1
      plugin/learning_calendar/lang/english.php
  5. 13
      src/Chamilo/CoreBundle/Component/Editor/Connector.php

@ -1,5 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.admin
*

@ -1,5 +1,6 @@
<?php
/* For license terms, see /license.txt */
/**
* Install the MSI/LTI Plugin
* @package chamilo.plugin.ims_lti

@ -2,7 +2,8 @@
/* For license terms, see /license.txt */
/**
* Uninstall the MSI/LTI Plugin
* Uninstall the MSI/LTI Plugin.
*
* @package chamilo.plugin.ims_lti
*/

@ -14,4 +14,3 @@ $strings['EventTypeTaken'] = 'Taken';
$strings['EventTypeExam'] = 'Exam';
$strings['EventTypeFree'] = 'Free';
$strings['CourseHoursDuration'] = 'Course hours duration';

@ -37,15 +37,10 @@ class Connector
public $drivers = [];
public $driverList = [];
public function __construct(
/*EntityManager $entityManager,
array $paths,
Router $urlGenerator,
Translator $translator,
SecurityContext $security,*/
//$user,
//$course = null
) {
/**
* Connector constructor.
*/
public function __construct() {
$this->paths = [
'root_sys' => api_get_path(SYS_PATH),
'sys_root' => api_get_path(SYS_PATH), // just an alias

Loading…
Cancel
Save