Passed
Push — EXTRACT_CLASSES ( 231cec...0382f2 )
by Rafael
65:54 queued 05:18
created
public/htdocs/bookcal/calendar_card.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,13 +40,13 @@  discard block
 block discarded – undo
40 40
 // Get parameters
41 41
 $id = GETPOSTINT('id');
42 42
 $ref = GETPOST('ref', 'alpha');
43
-$lineid   = GETPOSTINT('lineid');
43
+$lineid = GETPOSTINT('lineid');
44 44
 
45 45
 $action = GETPOST('action', 'aZ09');
46 46
 $confirm = GETPOST('confirm', 'alpha');
47 47
 $cancel = GETPOST('cancel', 'aZ09');
48 48
 $contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', basename(dirname(__FILE__)) . basename(__FILE__, '.php')); // To manage different context of search
49
-$backtopage = GETPOST('backtopage', 'alpha');                   // if not set, a default page will be used
49
+$backtopage = GETPOST('backtopage', 'alpha'); // if not set, a default page will be used
50 50
 $backtopageforcancel = GETPOST('backtopageforcancel', 'alpha'); // if not set, $backtopage will be used
51 51
 $backtopagejsfields = GETPOST('backtopagejsfields', 'alpha');
52 52
 $dol_openinpopup = GETPOST('dol_openinpopup', 'aZ09');
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
 // Load object
84 84
 include DOL_DOCUMENT_ROOT . '/core/actions_fetchobject.inc.php'; // Must be include, not include_once.
85 85
 
86
-$object->entity                 = (GETPOSTISSET('entity') ? GETPOSTINT('entity') : $conf->entity);
86
+$object->entity = (GETPOSTISSET('entity') ? GETPOSTINT('entity') : $conf->entity);
87 87
 
88 88
 // There is several ways to check permission.
89 89
 // Set $enablepermissioncheck to 1 to enable a minimum low level of checks
Please login to merge, or discard this patch.
public/htdocs/mailmanspip/class/mailmanspip.class.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
         return $result['content'];
168 168
     }
169 169
 
170
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
170
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
171 171
     /**
172 172
      *  Fonction qui donne les droits redacteurs dans spip
173 173
      *
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
      */
177 177
     public function add_to_spip($object)
178 178
     {
179
-		// phpcs:enable
179
+        // phpcs:enable
180 180
         dol_syslog(get_class($this) . "::add_to_spip");
181 181
 
182 182
         if ($this->isSpipEnabled()) {
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
         return 0;
215 215
     }
216 216
 
217
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
217
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
218 218
     /**
219 219
      *  Fonction qui enleve les droits redacteurs dans spip
220 220
      *
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
      */
224 224
     public function del_to_spip($object)
225 225
     {
226
-		// phpcs:enable
226
+        // phpcs:enable
227 227
         dol_syslog(get_class($this) . "::del_to_spip");
228 228
 
229 229
         if ($this->isSpipEnabled()) {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
         return 0;
256 256
     }
257 257
 
258
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
258
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
259 259
     /**
260 260
      *  Indicate if the user is an existing editor in spip
261 261
      *
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
      */
265 265
     public function is_in_spip($object)
266 266
     {
267
-		// phpcs:enable
267
+        // phpcs:enable
268 268
         if ($this->isSpipEnabled()) {
269 269
             if ($this->checkSpipConfig()) {
270 270
                 $mydb = $this->connectSpip();
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
         return -1;
302 302
     }
303 303
 
304
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
304
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
305 305
     /**
306 306
      *  Subscribe an email to all mailing-lists
307 307
      *
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
      */
312 312
     public function add_to_mailman($object, $listes = '')
313 313
     {
314
-		// phpcs:enable
314
+        // phpcs:enable
315 315
         global $conf, $langs, $user;
316 316
 
317 317
         dol_syslog(get_class($this) . "::add_to_mailman");
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
         return 0;
371 371
     }
372 372
 
373
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
373
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
374 374
     /**
375 375
      *  Unsubscribe an email from all mailing-lists
376 376
      *  Used when a user is resiliated
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
      */
382 382
     public function del_to_mailman($object, $listes = '')
383 383
     {
384
-		// phpcs:enable
384
+        // phpcs:enable
385 385
         global $conf, $langs, $user;
386 386
 
387 387
         dol_syslog(get_class($this) . "::del_to_mailman");
Please login to merge, or discard this patch.
public/htdocs/eventorganization/conferenceorboothattendee_card.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 $contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'conferenceorboothattendeecard'; // To manage different context of search
48 48
 $backtopage = GETPOST('backtopage', 'alpha');
49 49
 $backtopageforcancel = GETPOST('backtopageforcancel', 'alpha');
50
-$lineid   = GETPOSTINT('lineid');
50
+$lineid = GETPOSTINT('lineid');
51 51
 $mode = GETPOST('mode', 'alpha');
52 52
 
53 53
 $conf_or_booth_id = GETPOSTINT('conforboothid');
Please login to merge, or discard this patch.
public/htdocs/eventorganization/conferenceorboothattendee_list.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -46,15 +46,15 @@  discard block
 block discarded – undo
46 46
 $langs->loadLangs(array("eventorganization", "other", "projects", "bills"));
47 47
 
48 48
 // Get Parameters
49
-$action      = GETPOST('action', 'aZ09') ? GETPOST('action', 'aZ09') : 'view';   // The action 'add', 'create', 'edit', 'update', 'view', ...
50
-$massaction  = GETPOST('massaction', 'alpha');   // The bulk action (combo box choice into lists)
51
-$show_files  = GETPOSTINT('show_files');   // Show files area generated by bulk actions ?
52
-$confirm     = GETPOST('confirm', 'alpha');   // Result of a confirmation
53
-$cancel      = GETPOST('cancel', 'alpha');   // We click on a Cancel button
54
-$toselect    = GETPOST('toselect', 'array');   // Array of ids of elements selected into a list
49
+$action      = GETPOST('action', 'aZ09') ? GETPOST('action', 'aZ09') : 'view'; // The action 'add', 'create', 'edit', 'update', 'view', ...
50
+$massaction  = GETPOST('massaction', 'alpha'); // The bulk action (combo box choice into lists)
51
+$show_files  = GETPOSTINT('show_files'); // Show files area generated by bulk actions ?
52
+$confirm     = GETPOST('confirm', 'alpha'); // Result of a confirmation
53
+$cancel      = GETPOST('cancel', 'alpha'); // We click on a Cancel button
54
+$toselect    = GETPOST('toselect', 'array'); // Array of ids of elements selected into a list
55 55
 $contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', basename(dirname(__FILE__)) . basename(__FILE__, '.php')); // To manage different context of search
56
-$backtopage  = GETPOST('backtopage', 'alpha');   // Go back to a dedicated page
57
-$optioncss   = GETPOST('optioncss', 'aZ');   // Option for the css output (always '' except when 'print')
56
+$backtopage  = GETPOST('backtopage', 'alpha'); // Go back to a dedicated page
57
+$optioncss   = GETPOST('optioncss', 'aZ'); // Option for the css output (always '' except when 'print')
58 58
 $mode        = GETPOST('mode', 'aZ');
59 59
 
60 60
 $id = GETPOSTINT('id');
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 
96 96
 // Default sort order (if not yet defined by previous GETPOST)
97 97
 if (!$sortfield) {
98
-    reset($object->fields);                 // Reset is required to avoid key() to return null.
98
+    reset($object->fields); // Reset is required to avoid key() to return null.
99 99
     $sortfield = "t." . key($object->fields); // Set here default search field. By default 1st field in definition.
100 100
 }
101 101
 if (!$sortorder) {
@@ -806,7 +806,7 @@  discard block
 block discarded – undo
806 806
 }
807 807
 
808 808
 $varpage = empty($contextpage) ? $_SERVER["PHP_SELF"] : $contextpage;
809
-$htmlofselectarray = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage, getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN'));  // This also change content of $arrayfields with user setup
809
+$htmlofselectarray = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage, getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')); // This also change content of $arrayfields with user setup
810 810
 $selectedfields = ($mode != 'kanban' ? $htmlofselectarray : '');
811 811
 $selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : '');
812 812
 
@@ -898,7 +898,7 @@  discard block
 block discarded – undo
898 898
     } elseif (in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) {
899 899
         $cssforfield .= ($cssforfield ? ' ' : '') . 'right';
900 900
     }
901
-    $cssforfield = preg_replace('/small\s*/', '', $cssforfield);    // the 'small' css must not be used for the title label
901
+    $cssforfield = preg_replace('/small\s*/', '', $cssforfield); // the 'small' css must not be used for the title label
902 902
     if (!empty($arrayfields['t.' . $key]['checked'])) {
903 903
         print getTitleFieldOfList($arrayfields['t.' . $key]['label'], 0, $_SERVER['PHP_SELF'], 't.' . $key, '', $param, ($cssforfield ? 'class="' . $cssforfield . '"' : ''), $sortfield, $sortorder, ($cssforfield ? $cssforfield . ' ' : ''), 0, (empty($val['helplist']) ? '' : $val['helplist'])) . "\n";
904 904
         $totalarray['nbfield']++;
Please login to merge, or discard this patch.
public/htdocs/eventorganization/class/conferenceorboothattendee.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -639,7 +639,7 @@  discard block
 block discarded – undo
639 639
         }
640 640
     }
641 641
 
642
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
642
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
643 643
     /**
644 644
      *      Load the project with id $this->fk_project into this->project
645 645
      *
@@ -647,7 +647,7 @@  discard block
 block discarded – undo
647 647
      */
648 648
     public function fetch_projet()
649 649
     {
650
-		// phpcs:enable
650
+        // phpcs:enable
651 651
         include_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
652 652
 
653 653
         if (empty($this->fk_project) && !empty($this->fk_projet)) {
@@ -867,7 +867,7 @@  discard block
 block discarded – undo
867 867
         return $this->LibStatut($this->status, $mode);
868 868
     }
869 869
 
870
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
870
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
871 871
     /**
872 872
      *  Return the status
873 873
      *
@@ -877,7 +877,7 @@  discard block
 block discarded – undo
877 877
      */
878 878
     public function LibStatut($status, $mode = 0)
879 879
     {
880
-		// phpcs:enable
880
+        // phpcs:enable
881 881
         global $langs;
882 882
 
883 883
         if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
Please login to merge, or discard this patch.
public/htdocs/eventorganization/class/conferenceorbooth.class.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -628,7 +628,7 @@  discard block
 block discarded – undo
628 628
         return $this->LibStatutEvent($this->status, $mode);
629 629
     }
630 630
 
631
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
631
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
632 632
     /**
633 633
      *  Return the status
634 634
      *
@@ -638,7 +638,7 @@  discard block
 block discarded – undo
638 638
      */
639 639
     public function LibStatutEvent($status, $mode = 0)
640 640
     {
641
-		// phpcs:enable
641
+        // phpcs:enable
642 642
         if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
643 643
             global $langs;
644 644
             //$langs->load("eventorganization@eventorganization");
Please login to merge, or discard this patch.
public/htdocs/paypal/lib/paypal.lib.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     // Turning on or off the ssl target certificate
82 82
     if ($ssl_verifypeer < 0) {
83 83
         global $dolibarr_main_prod;
84
-        $ssl_verifypeer =  ($dolibarr_main_prod ? true : false);
84
+        $ssl_verifypeer = ($dolibarr_main_prod ? true : false);
85 85
     }
86 86
     if (getDolGlobalString('MAIN_CURL_DISABLE_VERIFYPEER')) {
87 87
         $ssl_verifypeer = 0;
Please login to merge, or discard this patch.
public/htdocs/ticket/card.php 2 patches
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
 
323 323
                 if (!$error) {
324 324
                     // File transfer
325
-                    $object->copyFilesForTicket('');        // trackid is forced to '' because files were uploaded when no id for ticket exists yet and trackid was ''
325
+                    $object->copyFilesForTicket(''); // trackid is forced to '' because files were uploaded when no id for ticket exists yet and trackid was ''
326 326
                 }
327 327
             }
328 328
             if (!$error) {
@@ -704,7 +704,7 @@  discard block
 block discarded – undo
704 704
 
705 705
     print load_fiche_titre($langs->trans('NewTicket'), '', 'ticket');
706 706
 
707
-    $formticket->trackid = '';      // TODO Use a unique key 'tic' to avoid conflict in upload file feature
707
+    $formticket->trackid = ''; // TODO Use a unique key 'tic' to avoid conflict in upload file feature
708 708
     $formticket->withfromsocid = $socid ? $socid : $user->socid;
709 709
     $formticket->withfromcontactid = $contactid ? $contactid : '';
710 710
     $formticket->withtitletopic = 1;
@@ -732,7 +732,7 @@  discard block
 block discarded – undo
732 732
 
733 733
     print dol_get_fiche_head($head, 'tabTicket', $langs->trans('Ticket'), -1, 'ticket');
734 734
 
735
-    $formticket->trackid = $object->track_id;        // TODO Use a unique key 'tic' to avoid conflict in upload file feature
735
+    $formticket->trackid = $object->track_id; // TODO Use a unique key 'tic' to avoid conflict in upload file feature
736 736
     $formticket->withfromsocid = $object->socid;
737 737
     $formticket->withtitletopic = 1;
738 738
     //  $formticket->withnotifytiersatcreate = ($notifyTiers ? 1 : (getDolGlobalString('TICKET_CHECK_NOTIFY_THIRDPARTY_AT_CREATION') ? 1 : 0));
@@ -971,8 +971,8 @@  discard block
 block discarded – undo
971 971
                         $morehtmlref .= $formcontract->formSelectContract($_SERVER["PHP_SELF"] . '?id=' . $object->id, $object->socid, $object->fk_contract, 'contratid', 0, 1, 1, 1);
972 972
                     } else {
973 973
                         $morehtmlref .= '<a class="editfielda" href="' . $_SERVER["PHP_SELF"] . '?action=edit_contrat&token=' . newToken() . '&id=' . $object->id . '">';
974
-                        $morehtmlref .=  img_edit($langs->trans('SetContract'));
975
-                        $morehtmlref .=  '</a>';
974
+                        $morehtmlref .= img_edit($langs->trans('SetContract'));
975
+                        $morehtmlref .= '</a>';
976 976
                     }
977 977
                 } else {
978 978
                     if (!empty($object->fk_contract)) {
Please login to merge, or discard this patch.
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,7 +192,9 @@  discard block
 block discarded – undo
192 192
 
193 193
     if (($action == 'add' || ($action == 'update' && $object->status < Ticket::STATUS_CLOSED)) && $permissiontoadd) {
194 194
         $ifErrorAction = $action == 'add' ? 'create' : 'edit';
195
-        if ($action == 'add') $object->track_id = null;
195
+        if ($action == 'add') {
196
+            $object->track_id = null;
197
+        }
196 198
         $error = 0;
197 199
 
198 200
         $fieldsToCheck = [
@@ -344,7 +346,9 @@  discard block
 block discarded – undo
344 346
                 $db->rollback();
345 347
                 setEventMessages($object->error, $object->errors, 'errors');
346 348
             }
347
-        } else $action = $ifErrorAction;
349
+        } else {
350
+            $action = $ifErrorAction;
351
+        }
348 352
     }
349 353
 
350 354
     // Mark as Read
Please login to merge, or discard this patch.
public/htdocs/ticket/list.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -987,7 +987,7 @@  discard block
 block discarded – undo
987 987
     } elseif (in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) {
988 988
         $cssforfield .= ($cssforfield ? ' ' : '') . 'right';
989 989
     }
990
-    $cssforfield = preg_replace('/small\s*/', '', $cssforfield);    // the 'small' css must not be used for the title label
990
+    $cssforfield = preg_replace('/small\s*/', '', $cssforfield); // the 'small' css must not be used for the title label
991 991
     if (!empty($arrayfields['t.' . $key]['checked'])) {
992 992
         print getTitleFieldOfList($arrayfields['t.' . $key]['label'], 0, $_SERVER['PHP_SELF'], 't.' . $key, '', $param, ($cssforfield ? 'class="' . $cssforfield . '"' : ''), $sortfield, $sortorder, ($cssforfield ? $cssforfield . ' ' : ''), 0, (empty($val['helplist']) ? '' : $val['helplist'])) . "\n";
993 993
         $totalarray['nbfield']++;
@@ -1156,11 +1156,11 @@  discard block
 block discarded – undo
1156 1156
                     $should_show_warning = (getDolGlobalString('TICKET_DELAY_SINCE_LAST_RESPONSE') || getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE'));
1157 1157
                     if ($is_open && $should_show_warning) {
1158 1158
                         $date_last_msg_sent = (int) $object->date_last_msg_sent;
1159
-                        $hour_diff = ($now - $date_last_msg_sent) / 3600 ;
1159
+                        $hour_diff = ($now - $date_last_msg_sent) / 3600;
1160 1160
 
1161 1161
                         if (getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE') && $date_last_msg_sent == 0) {
1162
-                            $creation_date =  $object->datec;
1163
-                            $hour_diff_creation = ($now - $creation_date) / 3600 ;
1162
+                            $creation_date = $object->datec;
1163
+                            $hour_diff_creation = ($now - $creation_date) / 3600;
1164 1164
                             if ($hour_diff_creation > getDolGlobalInt('TICKET_DELAY_BEFORE_FIRST_RESPONSE')) {
1165 1165
                                 print " " . img_picto($langs->trans('Late') . ' : ' . $langs->trans('TicketsDelayForFirstResponseTooLong', getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE')), 'warning', 'style="color: red;"', false, 0, 0, '', '');
1166 1166
                             }
@@ -1256,7 +1256,7 @@  discard block
 block discarded – undo
1256 1256
 
1257 1257
 print '</table>' . "\n";
1258 1258
 print '</div>' . "\n";
1259
-print '</div>' . "\n";    // end div-responsive-inside
1259
+print '</div>' . "\n"; // end div-responsive-inside
1260 1260
 
1261 1261
 print '</form>' . "\n";
1262 1262
 
Please login to merge, or discard this patch.