jmontoyaa 7 лет назад
Родитель
Сommit
7c49e1039c

+ 1 - 0
main/inc/lib/TicketManager.php

@@ -1541,6 +1541,7 @@ class TicketManager
     }
 
     /**
+     * Close old tickets
      */
     public static function close_old_tickets()
     {

+ 1 - 1
main/inc/lib/database.lib.php

@@ -1,12 +1,12 @@
 <?php
 /* For licensing terms, see /license.txt */
 
-use Symfony\Component\Debug\ExceptionHandler;
 use Doctrine\Common\Annotations\AnnotationRegistry;
 use Doctrine\DBAL\Connection;
 use Doctrine\DBAL\Driver\Statement;
 use Doctrine\DBAL\Types\Type;
 use Doctrine\ORM\EntityManager;
+use Symfony\Component\Debug\ExceptionHandler;
 
 /**
  * Class Database.

+ 2 - 2
main/upload/form.scorm.php

@@ -1,6 +1,6 @@
 <?php
-
 /* For licensing terms, see /license.txt */
+
 /**
  * Display part of the SCORM sub-process for upload. This script MUST BE included by upload/index.php
  * as it prepares most of the variables needed here.
@@ -39,7 +39,7 @@ function get_zip_files_in_garbage()
 /**
  * Just display the form needed to upload a SCORM and give its settings.
  */
-$nameTools = get_lang("FileUpload");
+$nameTools = get_lang('FileUpload');
 $interbreadcrumb[] = [
     "url" => api_get_path(WEB_CODE_PATH)."lp/lp_controller.php?action=list?".api_get_cidreq(),
     "name" => get_lang("ToolLearnpath"),

+ 2 - 0
plugin/dictionary/DictionaryPlugin.php

@@ -31,6 +31,7 @@ class DictionaryPlugin extends Plugin
     }
 
     /**
+     * Installation process
      */
     public function install()
     {
@@ -44,6 +45,7 @@ class DictionaryPlugin extends Plugin
     }
 
     /**
+     * Uninstall process
      */
     public function uninstall()
     {

+ 1 - 0
plugin/sepe/src/sepe_plugin.class.php

@@ -120,6 +120,7 @@ class SepePlugin extends Plugin
     }
 
     /**
+     * Update
      */
     public function update()
     {