fixed phpdocs

This commit is contained in:
Fabien Potencier 2019-07-05 06:51:06 +02:00
parent ea34d6dcf5
commit 77747a9472
2 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,9 @@ abstract class AbstractConfigCommand extends ContainerDebugCommand
} }
} }
/**
* @return ExtensionInterface
*/
protected function findExtension($name) protected function findExtension($name)
{ {
$bundles = $this->initializeBundles(); $bundles = $this->initializeBundles();

View File

@ -141,7 +141,7 @@ class ArrayNode extends BaseNode implements PrototypeNodeInterface
} }
/** /**
* Whether extra keys should just be ignore without an exception. * Whether extra keys should just be ignored without an exception.
* *
* @param bool $boolean To allow extra keys * @param bool $boolean To allow extra keys
* @param bool $remove To remove extra keys * @param bool $remove To remove extra keys