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 f83bae7 commit 6025895Copy full SHA for 6025895
1 file changed
README.md
@@ -323,7 +323,8 @@ own, or non-objects such as resources.
323
324
A transformer class must implement the [CanPack](src/CanPack.php) interface. To use a transformer,
325
it must first be registered in the packer. Here is an example of how to serialize PHP streams into
326
-the MessagePack `bin` format type using one of the supplied transformers, `StreamTransformer`:
+the MessagePack `bin` format type using one of the supplied transformers,
327
+[StreamTransformer](src/TypeTransformer/StreamTransformer.php):
328
329
```php
330
use MessagePack\Packer;
0 commit comments