From 6ec89afe8b308928d972267245549c438cf85566 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Sep 2020 03:30:24 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/modules/member/doc/pdf_standard.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/member/doc/pdf_standard.class.php b/htdocs/core/modules/member/doc/pdf_standard.class.php index 23e25c92590..1d391846339 100644 --- a/htdocs/core/modules/member/doc/pdf_standard.class.php +++ b/htdocs/core/modules/member/doc/pdf_standard.class.php @@ -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,