Array of mapping files.
array $paths Array of file paths:
Overrides FilesLoader::__construct
public function __construct(array $paths, LoaderInterface $loader) { $this->loader = $loader; parent::__construct($paths); }