Skip to content

Commit 8d1e879

Browse files
committed
NodeColor is final
1 parent daccdeb commit 8d1e879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeColor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Danon\IntervalTree;
55

6-
class NodeColor
6+
final class NodeColor
77
{
88
public const COLOR_RED = 0;
99
public const COLOR_BLACK = 1;

0 commit comments

Comments
 (0)