From eda2e96c17d8d22cfc2615698efa5c757dbfb0a5 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 5 Dec 2022 04:18:15 +0100 Subject: class Dates + templates latex + bugs --- php/Latex.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php/Latex.php') diff --git a/php/Latex.php b/php/Latex.php index e8ed763..c3d56af 100644 --- a/php/Latex.php +++ b/php/Latex.php @@ -26,7 +26,7 @@ abstract class Latex abstract class PrestaLatex extends Latex { - public function __construct(string $quoi, , string $codePresta) + public function __construct(string $quoi, string $codePresta) { nameTheFile($quoi, $codePresta); } @@ -55,7 +55,7 @@ class EnveloppeVersoLatex extends PrestaLatex abstract class ComptaLatex extends Latex { - public function __construct(string $quoi, , string $annee, int $numeroMois = 0) + public function __construct(string $quoi, string $annee, int $numeroMois = 0) { nameTheFile($quoi, $annee, $numeroMois); } -- cgit v1.2.3