Skip to content

Commit cf249e4

Browse files
committed
Introduce ParameterAccess::parameterByIndex
1 parent e9c2db3 commit cf249e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ InnerList::toPair(): array{0:list<Item>, 1:Parameters}>};
268268
Item::toPair(): array{0:ByteSequence|Token|DateTimeImmutable|Stringable|string|int|float|bool, 1:Parameters}>};
269269
```
270270

271-
**The `parameter` method will return `null` if no value is found for the given key.**
272-
**The `parameterByIndex` method is added in `version 1.1.0` and returns an empty array if no parameter is found for the given index.**
271+
- **The `parameter` method will return `null` if no value is found for the given key.**
272+
- **The `parameterByIndex` method is added in `version 1.1.0` and returns an empty array if no parameter is found for the given index.**
273273

274274
### Building and Updating Structured Fields Values
275275

0 commit comments

Comments
 (0)