Commit 61023a7
committed
minor symfony#51835 [DependencyInjection] Remove inaccurate
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[DependencyInjection] Remove inaccurate ``@throws`` on `Container::get()`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | Fix symfony#51834
| License | MIT
This would solve the inconsistency between ContainerInterface and Container described in symfony#51834 because currently the Container phpdoc doesn't respect the ContainerInterface one.
Commits
-------
5edc2b1 [DependencyInjection] Remove inaccurate ``@throws`` on `Container::get()`@throws on Container::get() (VincentLanglet)1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | 204 | | |
206 | 205 | | |
207 | 206 | | |
| |||
0 commit comments