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 afabd11 commit a863d13Copy full SHA for a863d13
src/Coder/Coder.php
@@ -6,7 +6,7 @@
6
7
use Throwable;
8
9
-abstract class Coder implements CoderInterface
+abstract class Coder
10
{
11
/**
12
* @throws Exception\CoderCouldNotEncodeData
src/Serializer/Serializer.php
-abstract class Serializer implements SerializerInterface
+abstract class Serializer
* @throws Exception\SerializerCouldNotSerializeData
0 commit comments