Browse Source

Small README fix

main v1.0
Dustin Wilson 1 year ago
parent
commit
86ca2b881d
  1. 2
      README.md

2
README.md

@ -277,7 +277,7 @@ $handler = new StreamHandler(options: [
'messageTransform' => function (string $message, array $context): string {
return vsprintf($message, $context);
}
])
]);
```
Of course this is a simplistic example. One would want to convert the `$context` array to numerical keys (or just use numerical keys) before usage in `vsprintf`, but as can be seen it's very possible.

Loading…
Cancel
Save