You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Profit!
52
52
## Usage
53
53
54
54
The `SettingsContainerInterface` (wrapped in`SettingsContainerAbstract` ) provides plug-in functionality for immutable object variables and adds some fancy, like loading/saving JSON, arrays etc.
55
-
It takes iterable as the only constructor argument and calls a method (`MyTrait::MyTrait()`) for each used trait on invocation.
55
+
It takes iterable as the only constructor argument and calls a method with the trait's name on invocation (`MyTrait::MyTrait()`) for each used trait.
56
56
57
57
### Simple usage
58
58
```php
@@ -91,7 +91,8 @@ trait SomeOptions{
91
91
protected $foo;
92
92
protected $what;
93
93
94
-
// this method will be called in SettingsContainerAbstract::construct() after the properties have been set
94
+
// this method will be called in SettingsContainerAbstract::construct()
0 commit comments