Skip to content

Commit 5edc2b1

Browse files
VincentLangletnicolas-grekas
authored andcommitted
[DependencyInjection] Remove inaccurate @throws on Container::get()
1 parent 9767270 commit 5edc2b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/Container.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ public function has(string $id): bool
201201
*
202202
* @throws ServiceCircularReferenceException When a circular reference is detected
203203
* @throws ServiceNotFoundException When the service is not defined
204-
* @throws \Exception if an exception has been thrown when the service has been resolved
205204
*
206205
* @see Reference
207206
*/

0 commit comments

Comments
 (0)