Update pdf_cyan.modules.php

This commit is contained in:
Frédéric FRANCE 2018-10-24 09:06:54 +02:00 committed by GitHub
parent d9d346aab2
commit 2bc208675f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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