We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a863d13 commit 4e0a7eaCopy full SHA for 4e0a7ea
src/Coder/Coder.php
@@ -6,7 +6,7 @@
6
7
use Throwable;
8
9
-abstract class Coder
+abstract class Coder implements CoderInterface
10
{
11
/**
12
* @throws Exception\CoderCouldNotEncodeData
src/Serializer/Serializer.php
-abstract class Serializer
+abstract class Serializer implements SerializerInterface
* @throws Exception\SerializerCouldNotSerializeData
0 commit comments