Passed
Push — 1.10.x ( e7dac8...d72f5d )
by Yannick
443:17 queued 394:26
created
plugin/advanced_subscription/src/HookAdvancedSubscription.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
         if ($data['type'] === HOOK_EVENT_TYPE_PRE) {
68 68
 
69 69
         } elseif ($data['type'] === HOOK_EVENT_TYPE_POST) {
70
-           /** @var \nusoap_server $server */
70
+            /** @var \nusoap_server $server */
71 71
             $server = &$data['server'];
72 72
 
73 73
             /** WSSessionListInCategory */
@@ -424,7 +424,7 @@  discard block
 block discarded – undo
424 424
         }
425 425
         if (!WSHelperVerifyKey($params)) {
426 426
 
427
-           //return return_error(WS_ERROR_SECRET_KEY);
427
+            //return return_error(WS_ERROR_SECRET_KEY);
428 428
         }
429 429
         // Check if category ID is set
430 430
         if (!empty($params['id']) && empty($params['name'])) {
Please login to merge, or discard this patch.
plugin/advanced_subscription/src/scripts/insert_session_fields.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For license terms, see /license.txt */
3 3
 /**
4
- * This script generates session fields needed for this plugin
5
- * @package chamilo.plugin.advanced_subscription
6
- */
4
+     * This script generates session fields needed for this plugin
5
+     * @package chamilo.plugin.advanced_subscription
6
+     */
7 7
 
8 8
 //exit;
9 9
 
Please login to merge, or discard this patch.
plugin/advanced_subscription/test/ws_session_user.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /* For license terms, see /license.txt */
3 3
 /**
4
- * A script to test session details by user web service
5
- * @package chamilo.plugin.advanced_subscription
6
- */
4
+     * A script to test session details by user web service
5
+     * @package chamilo.plugin.advanced_subscription
6
+     */
7 7
 
8 8
 /**
9 9
  * Init
@@ -57,8 +57,8 @@  discard block
 block discarded – undo
57 57
     //error_log($secret_key.'-'.$security_key);
58 58
 }
59 59
 /**
60
- * End WSHelperVerifyKey
61
- */
60
+     * End WSHelperVerifyKey
61
+     */
62 62
 
63 63
 $params['secret_key'] = sha1($security_key);
64 64
 
Please login to merge, or discard this patch.
plugin/advanced_subscription/test/terms_to_pdf.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For license terms, see /license.txt */
3 3
 /**
4
- * A script to render all mails templates
5
- * @package chamilo.plugin.advanced_subscription
6
- */
4
+     * A script to render all mails templates
5
+     * @package chamilo.plugin.advanced_subscription
6
+     */
7 7
 
8 8
 require_once __DIR__ . '/../config.php';
9 9
 
Please login to merge, or discard this patch.
plugin/resubscription/src/HookResubscription.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
             $resubscriptionLimit = Resubscription::create()->get('resubscription_limit');
33 33
 
34
-             // Initialize variables as a calendar year by default
34
+                // Initialize variables as a calendar year by default
35 35
             $limitDateFormat = 'Y-01-01';
36 36
             $limitDate = gmdate($limitDateFormat);
37 37
             $resubscriptionOffset = "1 year";
Please login to merge, or discard this patch.
plugin/openmeetings/lib/session.class.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Definition of OpenMeetings session class
4
- * @package chamilo.plugin.openmeetings
5
- */
3
+     * Definition of OpenMeetings session class
4
+     * @package chamilo.plugin.openmeetings
5
+     */
6 6
 namespace Chamilo\Plugin\OpenMeetings;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
plugin/openmeetings/lib/openmeetings_api.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * OpenMeetings API
4
- * @package chamilo.plugin.openmeetings
5
- */
3
+     * OpenMeetings API
4
+     * @package chamilo.plugin.openmeetings
5
+     */
6 6
 /**
7
- * Class OpenMeetingsAPI
8
- */
7
+     * Class OpenMeetingsAPI
8
+     */
9 9
 class OpenMeetingsAPI
10 10
 {
11 11
     private $_user;
Please login to merge, or discard this patch.
plugin/openmeetings/lib/room.class.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Definition for the room class
4
- * @package chamilo.plugin.videoconference
5
- */
3
+     * Definition for the room class
4
+     * @package chamilo.plugin.videoconference
5
+     */
6 6
 namespace Chamilo\Plugin\OpenMeetings;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
plugin/openmeetings/lib/openmeetings_rest_service.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -18,13 +18,13 @@
 block discarded – undo
18 18
 * under the License.
19 19
 */
20 20
 /**
21
- * Created on 03.01.2012 by [email protected]
22
- * @package chamilo.plugin.openmeetings
23
- * @requires CURL
24
- */
21
+     * Created on 03.01.2012 by [email protected]
22
+     * @package chamilo.plugin.openmeetings
23
+     * @requires CURL
24
+     */
25 25
 /**
26
- * Class OpenMeetingsRestService
27
- */
26
+     * Class OpenMeetingsRestService
27
+     */
28 28
 class OpenMeetingsRestService
29 29
 {
30 30
     function call($request, $returnAttribute = "return")
Please login to merge, or discard this patch.