We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e718a4b commit f599524Copy full SHA for f599524
lib/constants.php
@@ -3,18 +3,18 @@
3
namespace Sabre\Xml;
4
5
/**
6
- * Sabre\Xml constants.
7
- *
+ * Sabre\Xml constants.
+ *
8
* @copyright Copyright (C) 2009-2015 fruux GmbH. (https://fruux.com/)
9
- * @author Evert Pot (http://evertpot.com/)
+ * @author Evert Pot (http://evertpot.com/)
10
* @license http://sabre.io/license/ Modified BSD License
11
*/
12
13
14
* The following constants make it a bit easier to construct element maps.
15
*
16
* Their usage are completely optional, and just exist for convenience.
17
- */
+ */
18
const KEYVALUE = 'Sabre\\Xml\\Element\\KeyValue';
19
const ELEMENTS = 'Sabre\\Xml\\Element\\Elements';
20
const XMLFRAGMENT = 'Sabre\\Xml\\Element\\XmlFragment';
0 commit comments