mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
Attribute: use proper names now
This commit is contained in:
parent
426af1e812
commit
2d63816d43
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user