FIX space-based indent (misconfigured IDE didn't take editorconfig into account)

+ fix tab-based code alignment whitespace (≠indentation)
This commit is contained in:
atm-florian 2022-04-01 15:40:03 +02:00
parent 560b8dc04c
commit d84af9fdcd

View File

@ -674,7 +674,6 @@ class FactureFournisseurRec extends CommonInvoice
return $this->fetch_lines(); return $this->fetch_lines();
} }
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/** /**
* Get lines of template invoices into this->lines * Get lines of template invoices into this->lines