Fix
This commit is contained in:
@@ -4,7 +4,7 @@ declare(strict_types = 1);
|
||||
/**
|
||||
* Represents a marking position.
|
||||
*/
|
||||
enum MDMarkingPosition implements MDValueEnumInterface, JsonSerializable, MDMeasurementUnitInterface {
|
||||
enum MDMarkingPosition implements MDValueEnumInterface, JsonSerializable {
|
||||
|
||||
case front_front;
|
||||
case left;
|
||||
|
||||
@@ -4,7 +4,7 @@ declare(strict_types = 1);
|
||||
/**
|
||||
* Represents a marking types.
|
||||
*/
|
||||
enum MDMarkingType implements MDValueEnumInterface, JsonSerializable, MDMeasurementUnitInterface {
|
||||
enum MDMarkingType implements MDValueEnumInterface, JsonSerializable {
|
||||
|
||||
case signature;
|
||||
case engraving;
|
||||
|
||||
Reference in New Issue
Block a user