Skip to content

Commit 4869812

Browse files
committed
wip
1 parent d1d92ce commit 4869812

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/Coder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace PetrKnap\Binary;
66

7+
/**
8+
* @internal shared logic
9+
*/
710
abstract class Coder
811
{
912
final public function __construct(

src/Coder/Coder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
use Throwable;
88

9+
/**
10+
* @internal shared logic
11+
*/
912
abstract class Coder implements CoderInterface
1013
{
1114
public function encode(string $decoded): string

src/Serializer/Serializer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
use Throwable;
88

9+
/**
10+
* @internal shared logic
11+
*/
912
abstract class Serializer implements SerializerInterface
1013
{
1114
public function serialize(mixed $serializable): string

0 commit comments

Comments
 (0)