Passed
Push — EXTRACT_CLASSES ( c25e41...9f3ede )
by Rafael
55:18
created
Dolibarr/Code/Fourn/Classes/SupplierInvoiceLine.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -776,7 +776,7 @@  discard block
 block discarded – undo
776 776
         }
777 777
     }
778 778
 
779
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
779
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
780 780
     /**
781 781
      *  Mise a jour de l'objet ligne de commande en base
782 782
      *
@@ -784,7 +784,7 @@  discard block
 block discarded – undo
784 784
      */
785 785
     public function update_total()
786 786
     {
787
-		// phpcs:enable
787
+        // phpcs:enable
788 788
         $this->db->begin();
789 789
 
790 790
         // Mise a jour ligne en base
Please login to merge, or discard this patch.
Dolibarr/Code/Expedition/Classes/ExpeditionLigne.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -174,43 +174,43 @@
 block discarded – undo
174 174
     public $product_type = 0;
175 175
 
176 176
     /**
177
-    * @var int rang of line
178
-    */
177
+     * @var int rang of line
178
+     */
179 179
     public $rang;
180 180
 
181 181
     /**
182
-    * @var float weight
183
-    */
182
+     * @var float weight
183
+     */
184 184
     public $weight;
185 185
     public $weight_units;
186 186
 
187 187
     /**
188
-    * @var float length
189
-    */
188
+     * @var float length
189
+     */
190 190
     public $length;
191 191
     public $length_units;
192 192
 
193 193
     /**
194
-    * @var float width
195
-    */
194
+     * @var float width
195
+     */
196 196
     public $width;
197 197
     public $width_units;
198 198
 
199 199
     /**
200
-    * @var float height
201
-    */
200
+     * @var float height
201
+     */
202 202
     public $height;
203 203
     public $height_units;
204 204
 
205 205
     /**
206
-    * @var float surface
207
-    */
206
+     * @var float surface
207
+     */
208 208
     public $surface;
209 209
     public $surface_units;
210 210
 
211 211
     /**
212
-    * @var float volume
213
-    */
212
+     * @var float volume
213
+     */
214 214
     public $volume;
215 215
     public $volume_units;
216 216
 
Please login to merge, or discard this patch.
Dolibarr/Code/FichInter/Classes/FichinterLigne.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
         }
284 284
     }
285 285
 
286
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
286
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
287 287
     /**
288 288
      *  Update total duration into llx_fichinter
289 289
      *
@@ -291,7 +291,7 @@  discard block
 block discarded – undo
291 291
      */
292 292
     public function update_total()
293 293
     {
294
-		// phpcs:enable
294
+        // phpcs:enable
295 295
         global $conf;
296 296
 
297 297
         $this->db->begin();
Please login to merge, or discard this patch.