Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 8, 2019
1 parent 512ceae commit ec686a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion htdocs/core/modules/facture/doc/pdf_crabe.modules.php
Expand Up @@ -924,14 +924,17 @@ function _tableau_versements(&$pdf, $object, $posy, $outputlangs, $heightforfoot
}

/**
* @param PDF $pdf Object PDF
* Function _tableau_versements_header
*
* @param TCPDF $pdf Object PDF
* @param Facture $object Object invoice
* @param Translate $outputlangs Object langs for output
* @param int $default_font_size Font size
* @param int $tab3_posx pos x
* @param int $tab3_top pos y
* @param int $tab3_width width
* @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)
{
Expand Down

0 comments on commit ec686a8

Please sign in to comment.