File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,12 @@ $item->parameters->value("a"); //returns 1
126
126
```
127
127
128
128
129
- Once instantiated, accessing ` Item ` properties is done via three (2) readonly properties:
129
+ Once instantiated, accessing ` Item ` properties is done via two (2) readonly properties:
130
130
131
131
- ` Item::value ` which returns the instance underlying value
132
132
- ` Item::parameters ` which returns the parameters associated to the ` Item ` as a distinct ` Parameters ` object
133
133
134
- ** Of note: to instantiate a decimal number type a float MUST be used as the first argument input .**
134
+ ** Of note: to instantiate a decimal number type a float MUST be used as the first argument of ` Item::from ` .**
135
135
136
136
``` php
137
137
use Bakame\Http\StructuredFields\Item;
You can’t perform that action at this time.
0 commit comments