\Traversable<EnvVarLoaderInterface>|null $loaders:
public function __construct(ContainerInterface $container, ?\Traversable $loaders = null) { $this->originalLoaders = $this->loaders = $loaders ?? new \ArrayIterator(); }