Test Failed
Push — main ( ac1cad...7178bf )
by Rafael
50:59
created
htdocs/core/modules/delivery/doc/pdf_storm.modules.php 2 patches
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
 
115
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
115
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
116 116
     /**
117 117
      *  Function to build pdf onto disk
118 118
      *
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      */
127 127
     public function write_file($object, $outputlangs, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
128 128
     {
129
-		// phpcs:enable
129
+        // phpcs:enable
130 130
         global $user, $langs, $conf, $mysoc, $hookmanager;
131 131
 
132 132
         if (!is_object($outputlangs)) {
@@ -594,8 +594,8 @@  discard block
 block discarded – undo
594 594
         return 0;
595 595
     }
596 596
 
597
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
598
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
597
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
598
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
599 599
     /**
600 600
      *   Show miscellaneous information (payment mode, payment term, ...)
601 601
      *
@@ -607,7 +607,7 @@  discard block
 block discarded – undo
607 607
      */
608 608
     protected function _tableau_info(&$pdf, $object, $posy, $outputlangs)
609 609
     {
610
-		// phpcs:enable
610
+        // phpcs:enable
611 611
         global $conf, $mysoc;
612 612
         $default_font_size = pdf_getPDFFontSize($outputlangs);
613 613
 
@@ -625,7 +625,7 @@  discard block
 block discarded – undo
625 625
     }
626 626
 
627 627
 
628
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
628
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
629 629
     /**
630 630
      *   Show table for lines
631 631
      *
@@ -675,7 +675,7 @@  discard block
 block discarded – undo
675 675
         }
676 676
     }
677 677
 
678
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
678
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
679 679
     /**
680 680
      *  Show top header of page.
681 681
      *
@@ -853,7 +853,7 @@  discard block
 block discarded – undo
853 853
         return 0;
854 854
     }
855 855
 
856
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
856
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
857 857
     /**
858 858
      *  Show footer of page. Need this->emetteur object
859 859
      *
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -822,7 +822,7 @@
 block discarded – undo
822 822
             if ($this->page_largeur < 210) {
823 823
                 $widthrecbox = 84; // To work with US executive format
824 824
             }
825
-            $posy = 42;  // @phan-suppress-current-line PhanPluginRedundantAssignment
825
+            $posy = 42; // @phan-suppress-current-line PhanPluginRedundantAssignment
826 826
             $posx = $this->page_largeur - $this->marge_droite - $widthrecbox;
827 827
             if (getDolGlobalString('MAIN_INVERT_SENDER_RECIPIENT')) {
828 828
                 $posx = $this->marge_gauche;
Please login to merge, or discard this patch.
htdocs/core/modules/delivery/doc/pdf_typhon.modules.php 2 patches
Indentation   +8 added lines, -8 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, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
149 149
     {
150
-		// phpcs:enable
150
+        // phpcs:enable
151 151
         global $user, $langs, $conf, $mysoc, $hookmanager;
152 152
 
153 153
         if (!is_object($outputlangs)) {
@@ -587,8 +587,8 @@  discard block
 block discarded – undo
587 587
         return 0;
588 588
     }
589 589
 
590
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
591
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
590
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
591
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
592 592
     /**
593 593
      *   Show miscellaneous information (payment mode, payment term, ...)
594 594
      *
@@ -600,7 +600,7 @@  discard block
 block discarded – undo
600 600
      */
601 601
     protected function _tableau_info(&$pdf, $object, $posy, $outputlangs)
602 602
     {
603
-		// phpcs:enable
603
+        // phpcs:enable
604 604
         global $conf, $mysoc;
605 605
         $default_font_size = pdf_getPDFFontSize($outputlangs);
606 606
 
@@ -617,7 +617,7 @@  discard block
 block discarded – undo
617 617
         $pdf->MultiCell($larg_sign, 2, $outputlangs->trans("ForCustomer") . ':', '', 'L');
618 618
     }
619 619
 
620
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
620
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
621 621
     /**
622 622
      *   Show table for lines
623 623
      *
@@ -683,7 +683,7 @@  discard block
 block discarded – undo
683 683
         }
684 684
     }
685 685
 
686
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
686
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
687 687
     /**
688 688
      *  Show top header of page.
689 689
      *
@@ -861,7 +861,7 @@  discard block
 block discarded – undo
861 861
         return 0;
862 862
     }
863 863
 
864
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
864
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
865 865
     /**
866 866
      *  Show footer of page. Need this->emetteur object
867 867
      *
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -71,8 +71,8 @@  discard block
 block discarded – undo
71 71
      */
72 72
     public $version = 'dolibarr';
73 73
 
74
-    public $posxcomm;       // For customer comment column
75
-    public $posxweightvol;  // For weight or volume
74
+    public $posxcomm; // For customer comment column
75
+    public $posxweightvol; // For weight or volume
76 76
     public $posxremainingqty;
77 77
 
78 78
 
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
 
116 116
         // Define position of columns
117 117
         $this->posxdesc = $this->marge_gauche + 1;
118
-        $this->posxcomm = 112;  // customer comment
118
+        $this->posxcomm = 112; // customer comment
119 119
         //$this->posxtva=112;
120 120
         //$this->posxup=126;
121 121
         $this->posxqty = 165;
@@ -830,7 +830,7 @@  discard block
 block discarded – undo
830 830
             if ($this->page_largeur < 210) {
831 831
                 $widthrecbox = 84; // To work with US executive format
832 832
             }
833
-            $posy = 42;  // @phan-suppress-current-line PhanPluginRedundantAssignment
833
+            $posy = 42; // @phan-suppress-current-line PhanPluginRedundantAssignment
834 834
             $posx = $this->page_largeur - $this->marge_droite - $widthrecbox;
835 835
             if (getDolGlobalString('MAIN_INVERT_SENDER_RECIPIENT')) {
836 836
                 $posx = $this->marge_gauche;
Please login to merge, or discard this patch.
htdocs/core/modules/delivery/modules_delivery.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
  */
39 39
 abstract class ModelePDFDeliveryOrder extends CommonDocGenerator
40 40
 {
41
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
41
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
42 42
     /**
43 43
      *  Return list of active generation modules
44 44
      *
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      */
49 49
     public static function liste_modeles($db, $maxfilenamelength = 0)
50 50
     {
51
-		// phpcs:enable
51
+        // phpcs:enable
52 52
         $type = 'delivery';
53 53
         $list = array();
54 54
 
Please login to merge, or discard this patch.
htdocs/core/modules/modFTP.class.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -112,17 +112,17 @@
 block discarded – undo
112 112
         // Menus
113 113
         //-------
114 114
         $this->menu[$r] = array('fk_menu' => 0,
115
-                              'type' => 'top',
116
-                              'titre' => 'FTP',
117
-                              'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth em092"'),
118
-                              'mainmenu' => 'ftp',
119
-                              'url' => '/ftp/index.php',
120
-                              'langs' => 'ftp',
121
-                              'position' => 100,
122
-                              'enabled' => '$conf->ftp->enabled',
123
-                              'perms' => '$user->rights->ftp->read || $user->rights->ftp->write || $user->rights->ftp->setup',
124
-                              'target' => '',
125
-                              'user' => 2); // 0=Menu for internal users, 1=external users, 2=both
115
+                                'type' => 'top',
116
+                                'titre' => 'FTP',
117
+                                'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth em092"'),
118
+                                'mainmenu' => 'ftp',
119
+                                'url' => '/ftp/index.php',
120
+                                'langs' => 'ftp',
121
+                                'position' => 100,
122
+                                'enabled' => '$conf->ftp->enabled',
123
+                                'perms' => '$user->rights->ftp->read || $user->rights->ftp->write || $user->rights->ftp->setup',
124
+                                'target' => '',
125
+                                'user' => 2); // 0=Menu for internal users, 1=external users, 2=both
126 126
         $r++;
127 127
     }
128 128
 }
Please login to merge, or discard this patch.
htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
  */
38 38
 abstract class ModelePDFSuppliersInvoices extends CommonDocGenerator
39 39
 {
40
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
40
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
41 41
     /**
42 42
      *  Return list of active generation models
43 43
      *
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      */
48 48
     public static function liste_modeles($db, $maxfilenamelength = 0)
49 49
     {
50
-		// phpcs:enable
50
+        // phpcs:enable
51 51
         $type = 'invoice_supplier';
52 52
         $list = array();
53 53
 
Please login to merge, or discard this patch.
htdocs/core/modules/supplier_invoice/doc/pdf_canelle.modules.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     }
146 146
 
147 147
 
148
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
148
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
149 149
     /**
150 150
      *  Function to build pdf onto disk
151 151
      *
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      */
160 160
     public function write_file($object, $outputlangs = null, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
161 161
     {
162
-		// phpcs:enable
162
+        // phpcs:enable
163 163
         global $user, $langs, $conf, $mysoc, $hookmanager, $nblines;
164 164
 
165 165
         // Get source company
@@ -603,8 +603,8 @@  discard block
 block discarded – undo
603 603
         }
604 604
     }
605 605
 
606
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
607
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
606
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
607
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
608 608
     /**
609 609
      *  Show total to pay
610 610
      *
@@ -617,7 +617,7 @@  discard block
 block discarded – undo
617 617
      */
618 618
     protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
619 619
     {
620
-		// phpcs:enable
620
+        // phpcs:enable
621 621
         global $conf, $mysoc, $hookmanager;
622 622
 
623 623
         $sign = 1;
@@ -829,7 +829,7 @@  discard block
 block discarded – undo
829 829
         return ($tab2_top + ($tab2_hl * $index));
830 830
     }
831 831
 
832
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
832
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
833 833
     /**
834 834
      *   Show table for lines
835 835
      *
@@ -933,8 +933,8 @@  discard block
 block discarded – undo
933 933
         }
934 934
     }
935 935
 
936
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
937
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
936
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
937
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
938 938
     /**
939 939
      *  Show payments table
940 940
      *
@@ -947,7 +947,7 @@  discard block
 block discarded – undo
947 947
      */
948 948
     protected function _tableau_versements(&$pdf, $object, $posy, $outputlangs, $heightforfooter = 0)
949 949
     {
950
-		// phpcs:enable
950
+        // phpcs:enable
951 951
         global $conf;
952 952
 
953 953
         $sign = 1;
@@ -1027,7 +1027,7 @@  discard block
 block discarded – undo
1027 1027
         return -1;
1028 1028
     }
1029 1029
 
1030
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1030
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1031 1031
     /**
1032 1032
      *  Show top header of page.
1033 1033
      *
@@ -1265,7 +1265,7 @@  discard block
 block discarded – undo
1265 1265
         return $top_shift;
1266 1266
     }
1267 1267
 
1268
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1268
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1269 1269
     /**
1270 1270
      *  Show footer of page. Need this->emetteur object
1271 1271
      *
Please login to merge, or discard this patch.
modules/supplier_invoice/doc/doc_generic_supplier_invoice_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.
htdocs/core/modules/facture/modules_facture.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     public $atleastoneratenotnull = 0;
60 60
 
61 61
 
62
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
62
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
63 63
     /**
64 64
      *  Return list of active generation modules
65 65
      *
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      */
70 70
     public static function liste_modeles($db, $maxfilenamelength = 0)
71 71
     {
72
-		// phpcs:enable
72
+        // phpcs:enable
73 73
         $type = 'invoice';
74 74
         $list = array();
75 75
 
Please login to merge, or discard this patch.
htdocs/core/modules/facture/doc/pdf_crabe.modules.php 2 patches
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
     }
181 181
 
182 182
 
183
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
183
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
184 184
     /**
185 185
      *  Function to build pdf onto disk
186 186
      *
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
      */
195 195
     public function write_file($object, $outputlangs, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
196 196
     {
197
-		// phpcs:enable
197
+        // phpcs:enable
198 198
         global $user, $langs, $conf, $mysoc, $hookmanager, $nblines;
199 199
 
200 200
         dol_syslog("write_file outputlangs->defaultlang=" . (is_object($outputlangs) ? $outputlangs->defaultlang : 'null'));
@@ -900,8 +900,8 @@  discard block
 block discarded – undo
900 900
     }
901 901
 
902 902
 
903
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
904
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
903
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
904
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
905 905
     /**
906 906
      *  Show payments table
907 907
      *
@@ -914,7 +914,7 @@  discard block
 block discarded – undo
914 914
      */
915 915
     protected function _tableau_versements(&$pdf, $object, $posy, $outputlangs, $heightforfooter = 0)
916 916
     {
917
-		// phpcs:enable
917
+        // phpcs:enable
918 918
         global $conf;
919 919
 
920 920
         $sign = 1;
@@ -1058,8 +1058,8 @@  discard block
 block discarded – undo
1058 1058
         }
1059 1059
     }
1060 1060
 
1061
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1062
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1061
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1062
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1063 1063
     /**
1064 1064
      * Function _tableau_versements_header
1065 1065
      *
@@ -1075,7 +1075,7 @@  discard block
 block discarded – undo
1075 1075
      */
1076 1076
     protected function _tableau_versements_header($pdf, $object, $outputlangs, $default_font_size, $tab3_posx, $tab3_top, $tab3_width, $tab3_height)
1077 1077
     {
1078
-		// phpcs:enable
1078
+        // phpcs:enable
1079 1079
         $title = $outputlangs->transnoentities("PaymentsAlreadyDone");
1080 1080
         if ($object->type == 2) {
1081 1081
             $title = $outputlangs->transnoentities("PaymentsBackAlreadyDone");
@@ -1100,8 +1100,8 @@  discard block
 block discarded – undo
1100 1100
         $pdf->line($tab3_posx, $tab3_top - 1 + $tab3_height, $tab3_posx + $tab3_width, $tab3_top - 1 + $tab3_height);
1101 1101
     }
1102 1102
 
1103
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1104
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1103
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1104
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1105 1105
     /**
1106 1106
      *   Show miscellaneous information (payment mode, payment term, ...)
1107 1107
      *
@@ -1114,7 +1114,7 @@  discard block
 block discarded – undo
1114 1114
      */
1115 1115
     protected function _tableau_info(&$pdf, $object, $posy, $outputlangs, $outputlangsbis)
1116 1116
     {
1117
-		// phpcs:enable
1117
+        // phpcs:enable
1118 1118
         global $conf, $mysoc, $hookmanager;
1119 1119
 
1120 1120
         $default_font_size = pdf_getPDFFontSize($outputlangs);
@@ -1337,8 +1337,8 @@  discard block
 block discarded – undo
1337 1337
     }
1338 1338
 
1339 1339
 
1340
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1341
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1340
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1341
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1342 1342
     /**
1343 1343
      *  Show total to pay
1344 1344
      *
@@ -1352,7 +1352,7 @@  discard block
 block discarded – undo
1352 1352
      */
1353 1353
     protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs, $outputlangsbis)
1354 1354
     {
1355
-		// phpcs:enable
1355
+        // phpcs:enable
1356 1356
         global $conf, $mysoc, $hookmanager;
1357 1357
 
1358 1358
         $sign = 1;
@@ -1683,7 +1683,7 @@  discard block
 block discarded – undo
1683 1683
         return ($tab2_top + ($tab2_hl * $index));
1684 1684
     }
1685 1685
 
1686
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1686
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1687 1687
     /**
1688 1688
      *   Show table for lines
1689 1689
      *
@@ -1804,7 +1804,7 @@  discard block
 block discarded – undo
1804 1804
         }
1805 1805
     }
1806 1806
 
1807
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1807
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1808 1808
     /**
1809 1809
      *  Show top header of page.
1810 1810
      *
@@ -1817,7 +1817,7 @@  discard block
 block discarded – undo
1817 1817
      */
1818 1818
     protected function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $outputlangsbis = null)
1819 1819
     {
1820
-		// phpcs:enable
1820
+        // phpcs:enable
1821 1821
         global $conf, $langs;
1822 1822
 
1823 1823
         $ltrdirection = 'L';
@@ -2195,7 +2195,7 @@  discard block
 block discarded – undo
2195 2195
         return $top_shift;
2196 2196
     }
2197 2197
 
2198
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
2198
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
2199 2199
     /**
2200 2200
      *      Show footer of page. Need this->emetteur object
2201 2201
      *
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -444,7 +444,7 @@  discard block
 block discarded – undo
444 444
                 // $pdf->GetY() here can't be used. It is bottom of the second address box but first one may be higher
445 445
 
446 446
                 // $tab_top is y where we must continue content (90 = 42 + 48: 42 is height of logo and ref, 48 is address blocks)
447
-                $tab_top = 90 + $top_shift;     // top_shift is an addition for linked objects or addons (0 in most cases)
447
+                $tab_top = 90 + $top_shift; // top_shift is an addition for linked objects or addons (0 in most cases)
448 448
                 $tab_top_newpage = (!getDolGlobalInt('MAIN_PDF_DONOTREPEAT_HEAD') ? 42 + $top_shift : 10);
449 449
 
450 450
                 // You can add more thing under header here, if you increase $extra_under_address_shift too.
@@ -774,7 +774,7 @@  discard block
 block discarded – undo
774 774
                     if (!isset($this->tva[$vatrate])) {
775 775
                         $this->tva[$vatrate] = 0;
776 776
                     }
777
-                    $this->tva[$vatrate] += $tvaligne;  // ->tva is abandoned, we use now ->tva_array that is more complete
777
+                    $this->tva[$vatrate] += $tvaligne; // ->tva is abandoned, we use now ->tva_array that is more complete
778 778
                     $vatcode = $object->lines[$i]->vat_src_code;
779 779
                     if (empty($this->tva_array[$vatrate . ($vatcode ? ' (' . $vatcode . ')' : '')]['amount'])) {
780 780
                         $this->tva_array[$vatrate . ($vatcode ? ' (' . $vatcode . ')' : '')]['amount'] = 0;
@@ -1153,7 +1153,7 @@  discard block
 block discarded – undo
1153 1153
             $lib_condition_paiement = str_replace('\n', "\n", $lib_condition_paiement);
1154 1154
             $pdf->MultiCell(67, 4, $lib_condition_paiement, 0, 'L');
1155 1155
 
1156
-            $posy = $pdf->GetY() + 3;   // We need spaces for 2 lines payment conditions
1156
+            $posy = $pdf->GetY() + 3; // We need spaces for 2 lines payment conditions
1157 1157
         }
1158 1158
 
1159 1159
         // Show category of operations
@@ -2113,7 +2113,7 @@  discard block
 block discarded – undo
2113 2113
 
2114 2114
             $carac_client_name = pdfBuildThirdpartyName($thirdparty, $outputlangs);
2115 2115
 
2116
-            $mode =  'target';
2116
+            $mode = 'target';
2117 2117
             $carac_client = pdf_build_address($outputlangs, $this->emetteur, $object->thirdparty, ($usecontact ? $object->contact : ''), $usecontact, $mode, $object);
2118 2118
 
2119 2119
             // Show recipient
Please login to merge, or discard this patch.