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 e84774a

Browse filesBrowse files
fabpottidal
authored andcommitted
[DependencyInjection] fixed phpdoc
1 parent 8398c29 commit e84774a
Copy full SHA for e84774a

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎src/Symfony/Components/DependencyInjection/Container.php

Copy file name to clipboardExpand all lines: src/Symfony/Components/DependencyInjection/Container.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public function __unset($id)
333333
*
334334
* @return mixed
335335
*
336-
* @throws \RuntimeException When calling to an undefined method
336+
* @throws \BadMethodCallException When calling to an undefined method
337337
*/
338338
public function __call($method, $arguments)
339339
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.