Skip to content

Commit 4341564

Browse files
committed
Remove internal designation from Decoder and Encoder interfaces
1 parent 954265e commit 4341564

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Codec/Decoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use MongoDB\Exception\InvalidArgumentException;
66

77
/**
8-
* @internal
98
* @psalm-template BSONType
109
* @psalm-template NativeType
1110
*/

src/Codec/Encoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use MongoDB\Exception\InvalidArgumentException;
66

77
/**
8-
* @internal
98
* @psalm-template BSONType
109
* @psalm-template NativeType
1110
*/

0 commit comments

Comments
 (0)