Commit 701fb1d922c60726320582c27e48018a2e9e724b
1 parent
c43fc791
Exists in
master
and in
1 other branch
bugfix php5
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
@@ -54,7 +54,7 @@ Logiciel testé et validé sur les configurations suivantes : | @@ -54,7 +54,7 @@ Logiciel testé et validé sur les configurations suivantes : | ||
54 | VERSION ACTUELLE | 54 | VERSION ACTUELLE |
55 | 55 | ||
56 | Date: 10/06/2020 | 56 | Date: 10/06/2020 |
57 | -Version: 3.7.9.34 | 57 | +Version: 3.7.9.35 |
58 | Author: EP | 58 | Author: EP |
59 | Commentaire: | 59 | Commentaire: |
60 | - Début de test générique automatique pour les materiels (test de toutes les actions de MaterielsController) => bientôt complet | 60 | - Début de test générique automatique pour les materiels (test de toutes les actions de MaterielsController) => bientôt complet |
src/View/Helper/MyButtonHelper.php
@@ -11,7 +11,7 @@ class MyButtonHelper extends Helper { | @@ -11,7 +11,7 @@ class MyButtonHelper extends Helper { | ||
11 | // On a besoin du HtmlHelper | 11 | // On a besoin du HtmlHelper |
12 | public $helpers = ['Html']; | 12 | public $helpers = ['Html']; |
13 | 13 | ||
14 | - public function initialize(array $config): void { | 14 | + public function initialize(array $config) { |
15 | //debug($config); | 15 | //debug($config); |
16 | } | 16 | } |
17 | 17 |