Skip to content

Commit f8d331a

Browse files
Merge branch '6.4' into 7.0
* 6.4: [DependencyInjection] Remove inaccurate `@throws` on `Container::get()` Add annotation -> attribute aliases
2 parents aa66b3d + 69eef78 commit f8d331a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Container.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ public function has(string $id): bool
192192
*
193193
* @throws ServiceCircularReferenceException When a circular reference is detected
194194
* @throws ServiceNotFoundException When the service is not defined
195-
* @throws \Exception if an exception has been thrown when the service has been resolved
196195
*
197196
* @see Reference
198197
*/

0 commit comments

Comments
 (0)