Passed
Push — EXTRACT_CLASSES ( c53232...d3ffdd )
by Rafael
39:58
created
Dolibarr/Code/Compta/Api/Invoices.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -367,18 +367,18 @@  discard block
 block discarded – undo
367 367
     }
368 368
 
369 369
     /**
370
-    * Create an invoice using a contract.
371
-    *
372
-    * @param int   $contractid       Id of the contract
373
-    * @return     Object                          Object with cleaned properties
374
-    *
375
-    * @url     POST /createfromcontract/{contractid}
376
-    *
377
-    * @throws RestException 400
378
-    * @throws RestException 401
379
-    * @throws RestException 404
380
-    * @throws RestException 405
381
-    */
370
+     * Create an invoice using a contract.
371
+     *
372
+     * @param int   $contractid       Id of the contract
373
+     * @return     Object                          Object with cleaned properties
374
+     *
375
+     * @url     POST /createfromcontract/{contractid}
376
+     *
377
+     * @throws RestException 400
378
+     * @throws RestException 401
379
+     * @throws RestException 404
380
+     * @throws RestException 405
381
+     */
382 382
     public function createInvoiceFromContract($contractid)
383 383
     {
384 384
     
@@ -1727,7 +1727,7 @@  discard block
 block discarded – undo
1727 1727
         ];
1728 1728
     }
1729 1729
 
1730
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1730
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1731 1731
     /**
1732 1732
      * Clean sensible object datas
1733 1733
      *
@@ -1736,7 +1736,7 @@  discard block
 block discarded – undo
1736 1736
      */
1737 1737
     protected function _cleanObjectDatas($object)
1738 1738
     {
1739
-		// phpcs:enable
1739
+        // phpcs:enable
1740 1740
         $object = parent::_cleanObjectDatas($object);
1741 1741
 
1742 1742
         unset($object->note);
@@ -1830,7 +1830,7 @@  discard block
 block discarded – undo
1830 1830
     }
1831 1831
 
1832 1832
 
1833
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1833
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
1834 1834
     /**
1835 1835
      * Clean sensible object datas
1836 1836
      *
@@ -1839,7 +1839,7 @@  discard block
 block discarded – undo
1839 1839
      */
1840 1840
     protected function _cleanTemplateObjectDatas($object)
1841 1841
     {
1842
-		// phpcs:enable
1842
+        // phpcs:enable
1843 1843
         $object = parent::_cleanObjectDatas($object);
1844 1844
 
1845 1845
         unset($object->note);
Please login to merge, or discard this patch.
public/htdocs/core/modules/user/modules_user.class.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     public $error = '';
46 46
 
47 47
 
48
-	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
48
+    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
49 49
     /**
50 50
      *  Return list of active generation modules
51 51
      *
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      */
56 56
     public static function liste_modeles($db, $maxfilenamelength = 0)
57 57
     {
58
-		// phpcs:enable
58
+        // phpcs:enable
59 59
         $type = 'user';
60 60
         $list = array();
61 61
 
Please login to merge, or discard this patch.