We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b687d92 commit 9e7ddd7Copy full SHA for 9e7ddd7
src/Enum.php
@@ -76,6 +76,8 @@ public function __toString()
76
/**
77
* Compares one Enum with another.
78
*
79
+ * This method is final, for more information read https://github.com/myclabs/php-enum/issues/4
80
+ *
81
* @return bool True if Enums are equal, false if not equal
82
*/
83
final public function equals(Enum $enum)
0 commit comments