Loading src/Options/ModuleOptions.php +7 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ class ModuleOptions extends AbstractOptions */ protected $__strictMode__ = false; protected array $tableauxBord; protected string $entityManagerName; protected string $package; /** Loading Loading @@ -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() ?? []; Loading Loading
src/Options/ModuleOptions.php +7 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ class ModuleOptions extends AbstractOptions */ protected $__strictMode__ = false; protected array $tableauxBord; protected string $entityManagerName; protected string $package; /** Loading Loading @@ -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() ?? []; Loading