Skip to content

Commit

Permalink
fixed phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 5, 2019
1 parent ea34d6d commit 77747a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ protected function listBundles($output)
}
}

/**
* @return ExtensionInterface
*/
protected function findExtension($name)
{
$bundles = $this->initializeBundles();
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Config/Definition/ArrayNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function setPerformDeepMerging($boolean)
}

/**
* 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 $remove To remove extra keys
Expand Down

0 comments on commit 77747a9

Please sign in to comment.