From ab79cc0e147c86da2408e7baf26bb33c21773252 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Thu, 5 Apr 2018 09:02:15 +0200 Subject: [PATCH] replaced doctype annotation in methods with comment --- Classes/Package.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Package.php b/Classes/Package.php index 06276a7..b4026d1 100644 --- a/Classes/Package.php +++ b/Classes/Package.php @@ -32,7 +32,7 @@ class Package extends BasePackage $dispatcher = $bootstrap->getSignalSlotDispatcher(); $dispatcher->connect(ConfigurationManager::class, 'configurationManagerReady', function ($configurationManager) { - /** @var ConfigurationManager $configurationManager */ + /* @var ConfigurationManager $configurationManager */ $configurationManager->registerConfigurationType( static::CONFIGURATION_TYPE_VALIDATION, ConfigurationManager::CONFIGURATION_PROCESSING_TYPE_DEFAULT,