Test Failed
Push — main ( c8394f...8477f1 )
by Rafael
66:21
created
public/htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php 2 patches
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
 
136
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
136
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
137 137
     /**
138 138
      *  Function to build pdf onto disk
139 139
      *
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
      */
148 148
     public function write_file($object, $outputlangs = null, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
149 149
     {
150
-		// phpcs:enable
150
+        // phpcs:enable
151 151
         global $user, $langs, $conf, $hookmanager, $mysoc, $nblines;
152 152
 
153 153
         if (!is_object($outputlangs)) {
@@ -823,8 +823,8 @@  discard block
 block discarded – undo
823 823
         }
824 824
     }
825 825
 
826
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
827
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
826
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
827
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
828 828
     /**
829 829
      *  Show payments table
830 830
      *
@@ -836,12 +836,12 @@  discard block
 block discarded – undo
836 836
      */
837 837
     protected function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
838 838
     {
839
-		// phpcs:enable
839
+        // phpcs:enable
840 840
         return 1;
841 841
     }
842 842
 
843
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
844
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
843
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
844
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
845 845
     /**
846 846
      *   Show miscellaneous information (payment mode, payment term, ...)
847 847
      *
@@ -853,7 +853,7 @@  discard block
 block discarded – undo
853 853
      */
854 854
     protected function _tableau_info(&$pdf, $object, $posy, $outputlangs)
855 855
     {
856
-		// phpcs:enable
856
+        // phpcs:enable
857 857
         global $conf, $mysoc;
858 858
         $default_font_size = pdf_getPDFFontSize($outputlangs);
859 859
 
@@ -905,8 +905,8 @@  discard block
 block discarded – undo
905 905
         return $posy;
906 906
     }
907 907
 
908
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
909
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
908
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
909
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
910 910
     /**
911 911
      *  Show total to pay
912 912
      *
@@ -919,7 +919,7 @@  discard block
 block discarded – undo
919 919
      */
920 920
     protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
921 921
     {
922
-		// phpcs:enable
922
+        // phpcs:enable
923 923
         global $conf, $mysoc, $hookmanager;
924 924
 
925 925
         $default_font_size = pdf_getPDFFontSize($outputlangs);
@@ -1118,7 +1118,7 @@  discard block
 block discarded – undo
1118 1118
         return ($tab2_top + ($tab2_hl * $index));
1119 1119
     }
1120 1120
 
1121
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1121
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1122 1122
     /**
1123 1123
      *   Show table for lines
1124 1124
      *
@@ -1173,7 +1173,7 @@  discard block
 block discarded – undo
1173 1173
         }
1174 1174
     }
1175 1175
 
1176
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1176
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1177 1177
     /**
1178 1178
      *  Show top header of page.
1179 1179
      *
@@ -1443,7 +1443,7 @@  discard block
 block discarded – undo
1443 1443
         return $top_shift;
1444 1444
     }
1445 1445
 
1446
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1446
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1447 1447
     /**
1448 1448
      *      Show footer of page. Need this->emetteur object
1449 1449
      *
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
         $this->db = $db;
91 91
         $this->name = "cornas";
92 92
         $this->description = $langs->trans('SuppliersCommandModel');
93
-        $this->update_main_doc_field = 1;       // Save the name of generated file as the main doc when generating a doc with this template
93
+        $this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template
94 94
 
95 95
         // Page size for A4 format
96 96
         $this->type = 'pdf';
Please login to merge, or discard this patch.
public/htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     }
159 159
 
160 160
 
161
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
161
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
162 162
     /**
163 163
      *  Function to build pdf onto disk
164 164
      *
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      */
173 173
     public function write_file($object, $outputlangs = null, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
174 174
     {
175
-		// phpcs:enable
175
+        // phpcs:enable
176 176
         global $user, $langs, $conf, $hookmanager, $mysoc, $nblines;
177 177
 
178 178
         if (!is_object($outputlangs)) {
@@ -702,8 +702,8 @@  discard block
 block discarded – undo
702 702
         }
703 703
     }
704 704
 
705
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
706
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
705
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
706
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
707 707
     /**
708 708
      *  Show payments table
709 709
      *
@@ -715,12 +715,12 @@  discard block
 block discarded – undo
715 715
      */
716 716
     protected function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
717 717
     {
718
-		// phpcs:enable
718
+        // phpcs:enable
719 719
         return 1;
720 720
     }
721 721
 
722
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
723
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
722
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
723
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
724 724
     /**
725 725
      *   Show miscellaneous information (payment mode, payment term, ...)
726 726
      *
@@ -732,7 +732,7 @@  discard block
 block discarded – undo
732 732
      */
733 733
     protected function _tableau_info(&$pdf, $object, $posy, $outputlangs)
734 734
     {
735
-		// phpcs:enable
735
+        // phpcs:enable
736 736
         global $conf, $mysoc;
737 737
         $default_font_size = pdf_getPDFFontSize($outputlangs);
738 738
 
@@ -783,8 +783,8 @@  discard block
 block discarded – undo
783 783
         return $posy;
784 784
     }
785 785
 
786
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
787
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
786
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
787
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
788 788
     /**
789 789
      *  Show total to pay
790 790
      *
@@ -797,7 +797,7 @@  discard block
 block discarded – undo
797 797
      */
798 798
     protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
799 799
     {
800
-		// phpcs:enable
800
+        // phpcs:enable
801 801
         global $conf, $mysoc;
802 802
 
803 803
         $default_font_size = pdf_getPDFFontSize($outputlangs);
@@ -988,7 +988,7 @@  discard block
 block discarded – undo
988 988
         return ($tab2_top + ($tab2_hl * $index));
989 989
     }
990 990
 
991
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
991
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
992 992
     /**
993 993
      *   Show table for lines
994 994
      *
@@ -1088,7 +1088,7 @@  discard block
 block discarded – undo
1088 1088
         }
1089 1089
     }
1090 1090
 
1091
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1091
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1092 1092
     /**
1093 1093
      *  Show top header of page.
1094 1094
      *
@@ -1357,7 +1357,7 @@  discard block
 block discarded – undo
1357 1357
         return $top_shift;
1358 1358
     }
1359 1359
 
1360
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1360
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1361 1361
     /**
1362 1362
      *  Show footer of page. Need this->emetteur object
1363 1363
      *
Please login to merge, or discard this patch.
core/modules/supplier_order/doc/doc_generic_supplier_order_odt.modules.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
         return $texte;
196 196
     }
197 197
 
198
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
198
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
199 199
     /**
200 200
      *  Function to build a document on disk using the generic odt module.
201 201
      *
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
      */
210 210
     public function write_file($object, $outputlangs, $srctemplatepath, $hidedetails = 0, $hidedesc = 0, $hideref = 0)
211 211
     {
212
-		// phpcs:enable
212
+        // phpcs:enable
213 213
         global $user, $langs, $conf, $mysoc, $hookmanager;
214 214
 
215 215
         if (empty($srctemplatepath)) {
Please login to merge, or discard this patch.
public/htdocs/core/modules/supplier_order/modules_commandefournisseur.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     public $atleastoneratenotnull = 0;
58 58
     public $atleastonediscount = 0;
59 59
 
60
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
60
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
61 61
     /**
62 62
      *  Return list of active generation models
63 63
      *
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      */
68 68
     public static function liste_modeles($db, $maxfilenamelength = 0)
69 69
     {
70
-		// phpcs:enable
70
+        // phpcs:enable
71 71
         $type = 'order_supplier';
72 72
         $list = array();
73 73
 
Please login to merge, or discard this patch.
public/htdocs/core/modules/modFacture.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -689,7 +689,7 @@
 block discarded – undo
689 689
         $keyforaliasextra = 'extra';
690 690
         include DOL_DOCUMENT_ROOT . '/core/extrafieldsinexport.inc.php';
691 691
         $this->export_sql_start[$r] = 'SELECT DISTINCT ';
692
-        $this->export_sql_end[$r]  = ' FROM ' . MAIN_DB_PREFIX . 'societe as s';
692
+        $this->export_sql_end[$r] = ' FROM ' . MAIN_DB_PREFIX . 'societe as s';
693 693
         if (!empty($user) && !$user->hasRight('societe', 'client', 'voir')) {
694 694
             $this->export_sql_end[$r] .= ' LEFT JOIN ' . MAIN_DB_PREFIX . 'societe_commerciaux as sc ON sc.fk_soc = s.rowid';
695 695
         }
Please login to merge, or discard this patch.
htdocs/core/modules/contract/doc/doc_generic_contract_odt.modules.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
         return $texte;
196 196
     }
197 197
 
198
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
198
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
199 199
     /**
200 200
      *  Function to build a document on disk using the generic odt module.
201 201
      *
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
      */
210 210
     public function write_file($object, $outputlangs, $srctemplatepath, $hidedetails = 0, $hidedesc = 0, $hideref = 0)
211 211
     {
212
-		// phpcs:enable
212
+        // phpcs:enable
213 213
         global $user, $langs, $conf, $mysoc, $hookmanager;
214 214
 
215 215
         if (empty($srctemplatepath)) {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
         $maxfilesizearray = getMaxFileSizeArray();
175 175
         $maxmin = $maxfilesizearray['maxmin'];
176 176
         if ($maxmin > 0) {
177
-            $texte .= '<input type="hidden" name="MAX_FILE_SIZE" value="' . ($maxmin * 1024) . '">';    // MAX_FILE_SIZE must precede the field type=file
177
+            $texte .= '<input type="hidden" name="MAX_FILE_SIZE" value="' . ($maxmin * 1024) . '">'; // MAX_FILE_SIZE must precede the field type=file
178 178
         }
179 179
         $texte .= ' <input type="file" name="uploadfile">';
180 180
         $texte .= '<input type="hidden" value="CONTRACT_ADDON_PDF_ODT_PATH" name="keyforuploaddir">';
Please login to merge, or discard this patch.
public/htdocs/core/modules/contract/doc/pdf_strato.modules.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
         $this->posxdesc = $this->marge_gauche + 1;
129 129
     }
130 130
 
131
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
131
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
132 132
     /**
133 133
      *  Function to build pdf onto disk
134 134
      *
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      */
143 143
     public function write_file($object, $outputlangs, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
144 144
     {
145
-		// phpcs:enable
145
+        // phpcs:enable
146 146
         global $user, $langs, $conf, $mysoc, $db, $hookmanager, $nblines;
147 147
 
148 148
         if (!is_object($outputlangs)) {
@@ -493,7 +493,7 @@  discard block
 block discarded – undo
493 493
         }
494 494
     }
495 495
 
496
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
496
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
497 497
     /**
498 498
      *   Show table for lines
499 499
      *
@@ -575,7 +575,7 @@  discard block
 block discarded – undo
575 575
         $pdf->MultiCell($this->page_largeur - $this->marge_droite - $posmiddle - 5, 20, '', 1);
576 576
     }
577 577
 
578
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
578
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
579 579
     /**
580 580
      *  Show top header of page.
581 581
      *
@@ -589,7 +589,7 @@  discard block
 block discarded – undo
589 589
      */
590 590
     protected function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $outputlangsbis = null, $titlekey = "Contract")
591 591
     {
592
-		// phpcs:enable
592
+        // phpcs:enable
593 593
         global $conf;
594 594
 
595 595
         $top_shift = 0;
@@ -793,7 +793,7 @@  discard block
 block discarded – undo
793 793
         return $top_shift;
794 794
     }
795 795
 
796
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
796
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
797 797
     /**
798 798
      *      Show footer of page. Need this->emetteur object
799 799
      *
Please login to merge, or discard this patch.
public/htdocs/core/modules/contract/modules_contract.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
  */
40 40
 abstract class ModelePDFContract extends CommonDocGenerator
41 41
 {
42
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
42
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
43 43
     /**
44 44
      *  Return list of active generation modules
45 45
      *
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      */
50 50
     public static function liste_modeles($db, $maxfilenamelength = 0)
51 51
     {
52
-		// phpcs:enable
52
+        // phpcs:enable
53 53
         $type = 'contract';
54 54
         $list = array();
55 55
 
Please login to merge, or discard this patch.
public/htdocs/core/modules/modExpedition.class.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      */
46 46
     public function __construct($db)
47 47
     {
48
-        global $conf, $user;    // $conf is required by /core/extrafieldsinexport.inc.php
48
+        global $conf, $user; // $conf is required by /core/extrafieldsinexport.inc.php
49 49
 
50 50
         $this->db = $db;
51 51
         $this->numero = 80;
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
         $this->export_fields_array[$r] = array(
249 249
             's.rowid' => "IdCompany", 's.nom' => 'ThirdParty', 's.address' => 'Address', 's.zip' => 'Zip', 's.town' => 'Town', 'd.nom' => 'State', 'co.label' => 'Country',
250 250
             'co.code' => 'CountryCode', 's.phone' => 'Phone', 's.siren' => 'ProfId1', 's.siret' => 'ProfId2', 's.ape' => 'ProfId3', 's.idprof4' => 'ProfId4', 's.idprof5' => 'ProfId5',
251
-            's.idprof6' => 'ProfId6', 'c.rowid' => "Id", 'c.ref' => "Ref", 'c.ref_customer' => "RefCustomer", 'c.fk_soc' => "IdCompany", 'c.date_creation' => "DateCreation",  'c.date_valid' => "DateValidation",
251
+            's.idprof6' => 'ProfId6', 'c.rowid' => "Id", 'c.ref' => "Ref", 'c.ref_customer' => "RefCustomer", 'c.fk_soc' => "IdCompany", 'c.date_creation' => "DateCreation", 'c.date_valid' => "DateValidation",
252 252
             'c.date_delivery' => "DateDeliveryPlanned", 'c.tracking_number' => "TrackingNumber", 'c.height' => "Height", 'c.width' => "Width", 'c.size' => "Depth",
253 253
             'c.size_units' => 'SizeUnits', 'c.weight' => "Weight", 'c.weight_units' => "WeightUnits", 'c.fk_statut' => 'Status', 'c.note_public' => "NotePublic",
254 254
             'ed.rowid' => 'LineId', 'cd.description' => 'Description', 'ed.qty' => "Qty", 'p.rowid' => 'ProductId', 'p.ref' => 'ProductRef', 'p.label' => 'ProductLabel',
Please login to merge, or discard this patch.