Skip to content

Commit a863d13

Browse files
committed
wip
1 parent afabd11 commit a863d13

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 implements CoderInterface
9+
abstract class Coder
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 implements SerializerInterface
9+
abstract class Serializer
1010
{
1111
/**
1212
* @throws Exception\SerializerCouldNotSerializeData

0 commit comments

Comments
 (0)