Commit 2309ae5
committed
bug #46377 [HttpKernel] Fix missing null type in
This PR was merged into the 6.0 branch.
Discussion
----------
[HttpKernel] Fix missing null type in `ErrorListener::__construct()`
| Q | A
| ------------- | ---
| Branch? | 6.0
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #46375
| License | MIT
| Doc PR | -
Commits
-------
0f4a3cc [HttpKernel] Fix missing null type in `ErrorListener::__construct()`ErrorListener::__construct() (chalasr)File tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/HttpKernel/EventListener
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments