We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d36b5 + c6e7821 commit fafad96Copy full SHA for fafad96
1 file changed
system/Format/XMLFormatter.php
@@ -49,8 +49,6 @@ class XMLFormatter implements FormatterInterface
49
*/
50
public function format(array $data)
51
{
52
- $result = null;
53
-
54
// SimpleXML is installed but default
55
// but best to check, and then provide a fallback.
56
if (! extension_loaded('simplexml'))
0 commit comments