Skip to content

Commit 4e0a7ea

Browse files
committed
Revert "wip"
This reverts commit a863d13.
1 parent a863d13 commit 4e0a7ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Coder/Coder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Throwable;
88

9-
abstract class Coder
9+
abstract class Coder implements CoderInterface
1010
{
1111
/**
1212
* @throws Exception\CoderCouldNotEncodeData

src/Serializer/Serializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Throwable;
88

9-
abstract class Serializer
9+
abstract class Serializer implements SerializerInterface
1010
{
1111
/**
1212
* @throws Exception\SerializerCouldNotSerializeData

0 commit comments

Comments
 (0)