From 49cca5cd696359eb6c0a5816aec75136cfbc1d81 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 29 Sep 2018 10:07:10 +0200 Subject: [PATCH] Removed FQCN --- module/Installer/src/Command/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**