Passed
Push — GENERAL_BUG_REVIEW_240911 ( 6dbc7d...fb375d )
by Rafael
53:50
created
public/htdocs/webportal/controllers/default.controller.class.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
 use Dolibarr\Code\WebPortal\Classes\Context;
22 22
 use Dolibarr\Code\WebPortal\Classes\Controller;
23 23
 
24
- /**
25
- * \file        htdocs/webportal/controllers/default.controller.class.php
26
- * \ingroup     webportal
27
- * \brief       This file is a controller for default
28
- */
24
+    /**
25
+     * \file        htdocs/webportal/controllers/default.controller.class.php
26
+     * \ingroup     webportal
27
+     * \brief       This file is a controller for default
28
+     */
29 29
 
30 30
 /**
31 31
  * Class for DefaultController
Please login to merge, or discard this patch.
public/htdocs/webportal/controllers/login.controller.class.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -21,14 +21,14 @@
 block discarded – undo
21 21
 use Dolibarr\Code\WebPortal\Classes\Context;
22 22
 use Dolibarr\Code\WebPortal\Classes\Controller;
23 23
 
24
- /**
25
- * \file        htdocs/webportal/controllers/login.controller.class.php
26
- * \ingroup     webportal
27
- * \brief       This file is a controller for login
28
- */
24
+    /**
25
+     * \file        htdocs/webportal/controllers/login.controller.class.php
26
+     * \ingroup     webportal
27
+     * \brief       This file is a controller for login
28
+     */
29 29
 /**
30
- * Class for LoginController
31
- */
30
+     * Class for LoginController
31
+     */
32 32
 class LoginController extends Controller
33 33
 {
34 34
     /**
Please login to merge, or discard this patch.
public/htdocs/webportal/controllers/document.controller.class.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
 use Dolibarr\Code\WebPortal\Classes\Context;
22 22
 use Dolibarr\Code\WebPortal\Classes\Controller;
23 23
 
24
- /**
25
- * \file        htdocs/webportal/controllers/document.controller.class.php
26
- * \ingroup     webportal
27
- * \brief       This file is a controller for documents
28
- */
24
+    /**
25
+     * \file        htdocs/webportal/controllers/document.controller.class.php
26
+     * \ingroup     webportal
27
+     * \brief       This file is a controller for documents
28
+     */
29 29
 
30 30
 require_once constant('DOL_DOCUMENT_ROOT') . '/core/lib/files.lib.php';
31 31
 
Please login to merge, or discard this patch.