We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daccdeb commit 8d1e879Copy full SHA for 8d1e879
src/NodeColor.php
@@ -3,7 +3,7 @@
3
4
namespace Danon\IntervalTree;
5
6
-class NodeColor
+final class NodeColor
7
{
8
public const COLOR_RED = 0;
9
public const COLOR_BLACK = 1;
0 commit comments