Attribute: use proper names now

This commit is contained in:
TomasVotruba 2017-09-07 00:24:16 +02:00
parent 426af1e812
commit 2d63816d43

View File

@ -35,17 +35,17 @@ final class Attribute
/**
* @var string
*/
public const PARENT_NODE = 'parent';
public const PARENT_NODE = 'parent_node';
/**
* @var string
*/
public const PREVIOUS_NODE = 'prev';
public const PREVIOUS_NODE = 'prev_node';
/**
* @var string
*/
public const NEXT_NODE = 'next';
public const NEXT_NODE = 'next_node';
private function __construct()
{