Skip to content

Commit 989a7a5

Browse files
committed
Improved documentation
1 parent 98073f6 commit 989a7a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ $invoker->call(function ($name = 'world') {
121121
$invoker->call(['MyClass', 'myStaticMethod']);
122122
```
123123

124-
Dependency injection is supported but needs to be configured with your container. Read on or jump to [*Built-in support for dependency injection*](#built-in-support-for-dependency-injection) if you are impatient.
124+
Dependency injection in parameters is supported but needs to be configured with your container. Read on or jump to [*Built-in support for dependency injection*](#built-in-support-for-dependency-injection) if you are impatient.
125+
126+
Additionally, callables can also be resolved from your container. Read on or jump to [*Resolving callables from a container*](#resolving-callables-from-a-container) if you are impatient.
125127

126128
### Parameter resolvers
127129

0 commit comments

Comments
 (0)