Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4acddef

Browse filesBrowse files
committed
fixed phpdocs
1 parent ea34d6d commit 4acddef
Copy full SHA for 4acddef

File tree

Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php
+3Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/ArrayNode.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.