diff --git a/module/Installer/src/Command/InstallCommand.php b/module/Installer/src/Command/InstallCommand.php index 3e71a065..dde61aa3 100644 --- a/module/Installer/src/Command/InstallCommand.php +++ b/module/Installer/src/Command/InstallCommand.php @@ -42,7 +42,7 @@ class InstallCommand extends Command */ private $filesystem; /** - * @var \Shlinkio\Shlink\Installer\Config\ConfigCustomizerManagerInterface + * @var ConfigCustomizerManagerInterface */ private $configCustomizers; /**