Commit bb5d49c
committed
minor symfony#52334 [Yaml]
This PR was merged into the 6.4 branch.
Discussion
----------
[Yaml] `Inline::parse(null)` not allowed
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#52326
| License | MIT
It's only called with string values in the Yaml component.
This class is internal. It allows to change the arg type.
The arg type was documented as `string`.
symfony@7b1715b#diff-1d97fcfb29e99f0200c3952e9a1a11c4b9f825c0f5ad4d4515b9b1805f8c988eR47
Commits
-------
834e0ab Passing null to Inline::parse is not allowedInline::parse(null) not allowed (GromNaN)2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments