Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-14 17:25:59 +00:00
parent 23a9c43d39
commit 41f00a8aef

View File

@ -24,12 +24,12 @@
/** Terms /** Terms
* *
* DEB = Declaration d'Exchanges de Biens (FR) = Declaration of Exchange of Goods (EN) * DEB = Declaration d'Exchanges de Biens (FR) = Declaration of Exchange of Goods (EN)
* DES = Déclaration Européenne de Services (FR) = European Declaration of Services (EN) * DES = Déclaration Européenne de Services (FR) = European Declaration of Services (EN)
* *
* INTRACOMM: Douanes françaises (FR) = french customs (EN) - https://www.douane.gouv.fr/professionnels/commerce-international/import-export * INTRACOMM: Douanes françaises (FR) = french customs (EN) - https://www.douane.gouv.fr/professionnels/commerce-international/import-export
* *
*/ */
@ -50,7 +50,7 @@ $backtopage = GETPOST('backtopage', 'alpha');
$declaration = array( $declaration = array(
"deb" => $langs->trans("DEB"), "deb" => $langs->trans("DEB"),
"des" => $langs->trans("DES"), "des" => $langs->trans("DES"),
); );
$typeOfDeclaration = array( $typeOfDeclaration = array(
"introduction" => $langs->trans("Introduction"), "introduction" => $langs->trans("Introduction"),
"expedition" => $langs->trans("Expedition"), "expedition" => $langs->trans("Expedition"),