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 d1d92ce commit 4869812Copy full SHA for 4869812
src/Coder.php
@@ -4,6 +4,9 @@
4
5
namespace PetrKnap\Binary;
6
7
+/**
8
+ * @internal shared logic
9
+ */
10
abstract class Coder
11
{
12
final public function __construct(
src/Coder/Coder.php
@@ -6,6 +6,9 @@
use Throwable;
abstract class Coder implements CoderInterface
13
14
public function encode(string $decoded): string
src/Serializer/Serializer.php
abstract class Serializer implements SerializerInterface
public function serialize(mixed $serializable): string
0 commit comments