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