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 04ca6f7 commit e1f63edCopy full SHA for e1f63ed
docs/examples/codecs/handling-data-types/DateTimeCodec.php
@@ -15,8 +15,7 @@ final class DateTimeCodec implements Codec
15
16
public function canDecode(mixed $value): bool
17
{
18
- /*
19
- * This codec inspects the BSON document to ensure it has the fields it expects, and that those fields are of
+ /* This codec inspects the BSON document to ensure it has the fields it expects, and that those fields are of
20
* the correct type. This is a robust approach to avoid decoding document that are not supported and would cause
21
* exceptions.
22
*
0 commit comments