diff --git a/lib/config/sfConfigCache.class.php b/lib/config/sfConfigCache.class.php index 23de85854..518424f5d 100644 --- a/lib/config/sfConfigCache.class.php +++ b/lib/config/sfConfigCache.class.php @@ -157,9 +157,9 @@ public function import($config, $once = true, $optional = false) /** * Registers a configuration handler. * - * @param string $handler The handler to use when parsing a configuration file - * @param class $class A configuration handler class - * @param string $params An array of options for the handler class initialization + * @param string $handler The handler to use when parsing a configuration file + * @param class-string $class A configuration handler class + * @param string[] $params An array of options for the handler class initialization */ public function registerConfigHandler($handler, $class, $params = []) {