Skip to content

Commit

Permalink
minor #14604 [DependencyInjection] ContainerInterface: unused excepti…
Browse files Browse the repository at this point in the history
…on dropped (TomasVotruba)

This PR was merged into the 2.3 branch.

Discussion
----------

[DependencyInjection] ContainerInterface: unused exception dropped

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT

Ref #14599

Commits
-------

8e0d96c ContainerInterface: unused exception dropped
  • Loading branch information
fabpot committed May 11, 2015
2 parents 415245e + 8e0d96c commit 5c996c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Symfony/Component/DependencyInjection/Container.php
Expand Up @@ -266,7 +266,6 @@ public function has($id)
*
* @return object The associated service
*
* @throws InvalidArgumentException if the service is not defined
* @throws ServiceCircularReferenceException When a circular reference is detected
* @throws ServiceNotFoundException When the service is not defined
* @throws \Exception if an exception has been thrown when the service has been resolved
Expand Down
Expand Up @@ -50,7 +50,6 @@ public function set($id, $service, $scope = self::SCOPE_CONTAINER);
*
* @return object The associated service
*
* @throws InvalidArgumentException if the service is not defined
* @throws ServiceCircularReferenceException When a circular reference is detected
* @throws ServiceNotFoundException When the service is not defined
*
Expand Down

0 comments on commit 5c996c4

Please sign in to comment.