diff --git a/Container.php b/Container.php index 4c8c1ae..21d86fc 100644 --- a/Container.php +++ b/Container.php @@ -310,6 +310,7 @@ class Container implements ContainerInterface } else { return $this->_parameters[$className][$methodName]; } + } diff --git a/Scanner.php b/Scanner.php index f03f182..2061303 100644 --- a/Scanner.php +++ b/Scanner.php @@ -23,6 +23,12 @@ class Scanner extends Component public ContainerInterface $container; + /** + * @var array + */ + public array $files = []; + + /** * @param string $path * @return void