Skip to content

Commit d244c4e

Browse files
Merge branch '2.3' into 2.6
* 2.3: [travis] Use container-based infrastructure ContainerInterface: unused exception dropped
2 parents b575c16 + 90f88bc commit d244c4e

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
@@ -259,7 +259,6 @@ public function has($id)
259259
*
260260
* @return object The associated service
261261
*
262-
* @throws InvalidArgumentException if the service is not defined
263262
* @throws ServiceCircularReferenceException When a circular reference is detected
264263
* @throws ServiceNotFoundException When the service is not defined
265264
* @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)