diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php index 9dcc14bf384..e43734039ca 100644 --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php @@ -875,7 +875,7 @@ class pdf_cyan extends ModelePDFPropales } } - /** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps + /** * Show payments table * * @param TCPDF $pdf Object PDF @@ -886,11 +886,9 @@ class pdf_cyan extends ModelePDFPropales */ private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs) { - // phpcs:enable } - - /** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps + /** * Show miscellaneous information (payment mode, payment term, ...) * * @param TCPDF $pdf Object PDF @@ -901,7 +899,6 @@ class pdf_cyan extends ModelePDFPropales */ function drawInfoTable(&$pdf, $object, $posy, $outputlangs) { - // phpcs:enable global $conf; $default_font_size = pdf_getPDFFontSize($outputlangs);