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 3cdb9b7 commit 5d8e68dCopy full SHA for 5d8e68d
README.md
@@ -118,7 +118,7 @@ $address = to_rfc2822_email([
118
// John Doe <john.doe@example.com>, mary.smith@example.com
119
```
120
121
-Also supports simplified way of usage with just one item:
+Also supports simplified syntax for single address item:
122
```php
123
$address = to_rfc2822_email(['address' => 'john.doe@example.com', 'name' => 'John Doe']);
124
0 commit comments