Skip to content

Commit 77747a9

Browse files
committed
fixed phpdocs
1 parent ea34d6d commit 77747a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ protected function listBundles($output)
5252
}
5353
}
5454

55+
/**
56+
* @return ExtensionInterface
57+
*/
5558
protected function findExtension($name)
5659
{
5760
$bundles = $this->initializeBundles();

src/Symfony/Component/Config/Definition/ArrayNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function setPerformDeepMerging($boolean)
141141
}
142142

143143
/**
144-
* Whether extra keys should just be ignore without an exception.
144+
* Whether extra keys should just be ignored without an exception.
145145
*
146146
* @param bool $boolean To allow extra keys
147147
* @param bool $remove To remove extra keys

0 commit comments

Comments
 (0)