Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-02-08 12:36:33 +01:00
parent a40d4ddbaa
commit 27da574e38

View File

@ -933,6 +933,7 @@ class pdf_crabe extends ModelePDFFactures
* @param int $tab3_top pos y * @param int $tab3_top pos y
* @param int $tab3_width width * @param int $tab3_width width
* @param int $tab3_height height * @param int $tab3_height height
* @return void
*/ */
function _tableau_versements_header($pdf, $object, $outputlangs, $default_font_size, $tab3_posx, $tab3_top, $tab3_width, $tab3_height) function _tableau_versements_header($pdf, $object, $outputlangs, $default_font_size, $tab3_posx, $tab3_top, $tab3_width, $tab3_height)
{ {