Commit 24af25c3 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

propriétés non déclarées

parent 417adc9d
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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() ?? [];