Capitalized XML

Acronym classes should be capitalized
This commit is contained in:
Adam Magness 2017-11-10 07:45:33 -05:00
parent b8d9509563
commit bc49fc974c
12 changed files with 235 additions and 235 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* @file src/Util/Xml.php
* @file src/Util/XML.php
*/
namespace Friendica\Util;
@ -11,7 +11,7 @@ use SimpleXMLElement;
/**
* @brief This class contain methods to work with XML data
*/
class Xml
class XML
{
/**
* @brief Creates an XML structure out of a given array