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 0d3c175 commit 9834f97Copy full SHA for 9834f97
1 file changed
README.md
@@ -363,7 +363,7 @@ $unpacker = new BufferUnpacker();
363
$unpacker = $unpacker->extendWith($dateTimeExtension);
364
365
$packedDate = $packer->pack(new DateTimeImmutable());
366
-$originalDate = $unpacker->reset($packed)->unpack();
+$originalDate = $unpacker->reset($packedDate)->unpack();
367
```
368
369
If you unpack a value from an extension that is not known to the unpacker, an [Ext](src/Type/Ext.php)
0 commit comments