Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-09-10 03:30:24 +02:00
parent b3fe61e77b
commit 6ec89afe8b

View File

@ -255,7 +255,7 @@ class pdf_standard extends CommonStickerGenerator
$year = dol_print_date($now, '%Y');
$month = dol_print_date($now, '%m');
$day = dol_print_date($now, '%d');
// List of values to scan for a replacement
$substitutionarray = array(
'__ID__' => $object->id,