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 be84fa3 commit d0d6d16Copy full SHA for d0d6d16
src/MabeEnum/Enum.php
@@ -157,7 +157,7 @@ final public function is($enum)
157
* @throws InvalidArgumentException On an unknwon or invalid value
158
* @throws LogicException On ambiguous constant values
159
*/
160
- final public static function get($value, $tradeExtendedAsUnknown = true)
+ final public static function get($value)
161
{
162
if ($value instanceof static && get_class($value) === get_called_class()) {
163
return $value;
0 commit comments