Skip to content

Commit b23cbad

Browse files
committed
Remove JsonSerializable implementation from PrimitiveType class
1 parent 022c7fd commit b23cbad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Abstract/Primitive/PrimitiveType.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace PhpTypedValues\Abstract\Primitive;
66

7-
use JsonSerializable;
87
use PhpTypedValues\Exception\TypeException;
98
use Stringable;
109

@@ -31,7 +30,7 @@
3130
*
3231
* @psalm-immutable
3332
*/
34-
abstract readonly class PrimitiveType implements PrimitiveTypeInterface, JsonSerializable
33+
abstract readonly class PrimitiveType implements PrimitiveTypeInterface
3534
{
3635
/**
3736
* Safely attempts to convert a mixed value to a string.

0 commit comments

Comments
 (0)