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 3ab39d7 commit e686919Copy full SHA for e686919
README.md
@@ -237,7 +237,7 @@ use Bakame\Http\StructuredFields\Item;
237
Item::withValue(SfItemInput $value): static
238
```
239
240
-### Dictionaries
+#### Dictionaries
241
242
The `Dictionary` and `Parameters` instances can be build with an associative iterable structure as shown below
243
@@ -302,6 +302,8 @@ $map->mergePairs(...$others): static;
302
$map->remove(...$key): static;
303
304
305
+#### Lists
306
+
307
To Create `OuterList` and `InnerList` instances you can use the `from` name constructor:
308
309
```php
0 commit comments