Commit d5bb7c3
committed
minor symfony#61675 pass the empty string instead of null as key to array_key_exists() (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
pass the empty string instead of null as key to array_key_exists()
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Commits
-------
8efcf72 pass the empty string instead of null as key to array_key_exists()1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments