diff options
Diffstat (limited to 'php/Latex.php')
-rw-r--r-- | php/Latex.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
26 | 26 | ||
27 | abstract class PrestaLatex extends Latex | 27 | abstract class PrestaLatex extends Latex |
28 | { | 28 | { |
29 | public function __construct(string $quoi, , string $codePresta) | 29 | public function __construct(string $quoi, string $codePresta) |
30 | { | 30 | { |
31 | nameTheFile($quoi, $codePresta); | 31 | nameTheFile($quoi, $codePresta); |
32 | } | 32 | } |
@@ -55,7 +55,7 @@ class EnveloppeVersoLatex extends PrestaLatex | |||
55 | 55 | ||
56 | abstract class ComptaLatex extends Latex | 56 | abstract class ComptaLatex extends Latex |
57 | { | 57 | { |
58 | public function __construct(string $quoi, , string $annee, int $numeroMois = 0) | 58 | public function __construct(string $quoi, string $annee, int $numeroMois = 0) |
59 | { | 59 | { |
60 | nameTheFile($quoi, $annee, $numeroMois); | 60 | nameTheFile($quoi, $annee, $numeroMois); |
61 | } | 61 | } |