Skip to content

Commit 9d373af

Browse files
Merge branch '2.6' into 2.7
* 2.6: [travis] Use container-based infrastructure [PropertyAccess] Fix setting public property on a class having a magic getter ContainerInterface: unused exception dropped Conflicts: .travis.yml
2 parents 7c875c8 + d244c4e commit 9d373af

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)