diff --git a/README.md b/README.md index df07749..b2cbdb4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Logiciel testé et validé sur les configurations suivantes : VERSION ACTUELLE Date: 10/06/2020 -Version: 3.7.9.34 +Version: 3.7.9.35 Author: EP Commentaire: - Début de test générique automatique pour les materiels (test de toutes les actions de MaterielsController) => bientôt complet diff --git a/src/View/Helper/MyButtonHelper.php b/src/View/Helper/MyButtonHelper.php index 0ead0ae..4041aec 100644 --- a/src/View/Helper/MyButtonHelper.php +++ b/src/View/Helper/MyButtonHelper.php @@ -11,7 +11,7 @@ class MyButtonHelper extends Helper { // On a besoin du HtmlHelper public $helpers = ['Html']; - public function initialize(array $config): void { + public function initialize(array $config) { //debug($config); } -- libgit2 0.21.2