Commit 3dc9802
committed
bug symfony#41344 [VarDumper] Don't pass null to parse_url() (derrabus)
This PR was merged into the 5.2 branch.
Discussion
----------
[VarDumper] Don't pass null to parse_url()
| Q | A
| ------------- | ---
| Branch? | 5.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | N/A
This PR fixes a deprecation warning on PHP 8.1:
> parse_url(): Passing null to parameter `#1` ($url) of type string is deprecated
Commits
-------
f1de7a0 [VarDumper] Don't pass null to parse_url()1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments