From 24af25c369391aa0fe06f1e50233573da9f36d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Mon, 2 Oct 2023 16:35:44 +0200 Subject: [PATCH] =?UTF-8?q?propri=C3=A9t=C3=A9s=20non=20d=C3=A9clar=C3=A9e?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Options/ModuleOptions.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Options/ModuleOptions.php b/src/Options/ModuleOptions.php index ee782ed..57ded74 100755 --- a/src/Options/ModuleOptions.php +++ b/src/Options/ModuleOptions.php @@ -20,6 +20,11 @@ class ModuleOptions extends AbstractOptions */ protected $__strictMode__ = false; + protected array $tableauxBord; + + protected string $entityManagerName; + + protected string $package; /** @@ -71,11 +76,11 @@ class ModuleOptions extends AbstractOptions /** - * @param ContainerInterface $container + * @param $container * @return array|TableauBord[] * @throws \Exception */ - public function loadTableauxBord(ContainerInterface $container): array + public function loadTableauxBord($container): array { $options = $this->getTableauxBord() ?? []; -- GitLab