Skip to content

Commit 90f88bc

Browse files
committed
ContainerInterface: unused exception dropped
1 parent 6a8ce3a commit 90f88bc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Container.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ public function has($id)
266266
*
267267
* @return object The associated service
268268
*
269-
* @throws InvalidArgumentException if the service is not defined
270269
* @throws ServiceCircularReferenceException When a circular reference is detected
271270
* @throws ServiceNotFoundException When the service is not defined
272271
* @throws \Exception if an exception has been thrown when the service has been resolved

ContainerInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function set($id, $service, $scope = self::SCOPE_CONTAINER);
5050
*
5151
* @return object The associated service
5252
*
53-
* @throws InvalidArgumentException if the service is not defined
5453
* @throws ServiceCircularReferenceException When a circular reference is detected
5554
* @throws ServiceNotFoundException When the service is not defined
5655
*

0 commit comments

Comments
 (0)