Commit a2991ca
committed
bug symfony#58525 [Notifier] silence warnings triggered when malformed XML is parsed (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[Notifier] silence warnings triggered when malformed XML is parsed
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The constructor of the `SimpleXMLElement` class issues a warning if the passed data is not valid.
Commits
-------
aa3c91b silence warnings triggered when malformed XML is parsedFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Notifier/Bridge/KazInfoTeh
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments