mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-19 07:40:49 +01:00
use private for local constant
This commit is contained in:
parent
0c2a331f10
commit
f39acbafb2
@ -26,7 +26,7 @@ final class NodeNameResolver
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public const FILE = 'file';
|
||||
private const FILE = 'file';
|
||||
|
||||
/**
|
||||
* @var NodeNameResolverInterface[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user