Skip to content
Snippets Groups Projects
Commit be915d46 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

BUGFIX: Make finder installer constructor argument optional

parent 2ec0cf36
No related merge requests found
......@@ -59,7 +59,7 @@ class Installer extends LibraryInstaller
$type = self::TYPE,
Filesystem $filesystem = null,
BinaryInstaller $binaryInstaller = null,
Finder $finder
Finder $finder = null
) {
parent::__construct($io, $composer, $type, $filesystem, $binaryInstaller);
$this->finder = $finder ?: new Finder();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment