mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:44:22 +02:00
Capitalized XML
Acronym classes should be capitalized
This commit is contained in:
parent
b8d9509563
commit
bc49fc974c
12 changed files with 235 additions and 235 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue