Skip to content

Commit 1d2859b

Browse files
committed
Remove internal designation from Decoder and Encoder interfaces
1 parent 9e93ba9 commit 1d2859b

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
@@ -20,7 +20,6 @@
2020
use MongoDB\Exception\InvalidArgumentException;
2121

2222
/**
23-
* @internal
2423
* @psalm-template BSONType
2524
* @psalm-template NativeType
2625
*/

src/Codec/Encoder.php

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

2222
/**
23-
* @internal
2423
* @psalm-template BSONType
2524
* @psalm-template NativeType
2625
*/

0 commit comments

Comments
 (0)