summaryrefslogtreecommitdiff
path: root/php/Latex.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-12-05 04:18:15 +0100
committerpolo <ordipolo@gmx.fr>2022-12-05 04:18:15 +0100
commiteda2e96c17d8d22cfc2615698efa5c757dbfb0a5 (patch)
tree1730dba1dd85ac499cd3eae4dcd6787ac964b3a7 /php/Latex.php
parent6b55446d12a5c39d5a4a4584bfabc7507c2f9b74 (diff)
downloadAppliGestionPHP-eda2e96c17d8d22cfc2615698efa5c757dbfb0a5.zip
class Dates + templates latex + bugs
Diffstat (limited to 'php/Latex.php')
-rw-r--r--php/Latex.php4
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
27abstract class PrestaLatex extends Latex 27abstract 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
56abstract class ComptaLatex extends Latex 56abstract 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 }