Skip to content

Commit 55b4cb6

Browse files
committed
:octocat:
1 parent 4352165 commit 55b4cb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ $container = new class ($commonOptions) extends SettingsContainerAbstract{
123123

124124
var_dump($container->foo); // -> WHATEVER (constructor ran strtoupper on the value)
125125
var_dump($container->bar); // -> nothing
126+
127+
$container->what = 'some value';
128+
var_dump($container->what); // -> md5 hash of "some value"
126129
```
127130

128131
### API

0 commit comments

Comments
 (0)