Skip to content

Commit d0d6d16

Browse files
committed
removed unused argument
1 parent be84fa3 commit d0d6d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MabeEnum/Enum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ final public function is($enum)
157157
* @throws InvalidArgumentException On an unknwon or invalid value
158158
* @throws LogicException On ambiguous constant values
159159
*/
160-
final public static function get($value, $tradeExtendedAsUnknown = true)
160+
final public static function get($value)
161161
{
162162
if ($value instanceof static && get_class($value) === get_called_class()) {
163163
return $value;

0 commit comments

Comments
 (0)