Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 004f9f6

Browse files
committed
Merge branch 'hotfix/docs-container-config-delegators'
2 parents 56edd19 + 8cf4584 commit 004f9f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/book/v3/features/container/config.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,12 @@ Delegator factories are called in the order they appear in configuration. For
218218
the first delegator factory, the `$callback` argument will be essentially the
219219
return value of `$container->get()` for the given service _if there were no
220220
delegator factories attached to it_; in other words, it would be the
221-
[service](#services), [invokable](#invokables), or service returned by a
222-
[factory](#factories), after [alias](#aliases) resolution.
221+
[invokable](#invokables) or service returned by a [factory](#factories), after
222+
[alias](#aliases) resolution.
223+
224+
> Delegators **DO NOT** operate on items in the `services` configuration!
225+
> All items in the `services` configuration are considered complete, and will
226+
> always be served as-is.
223227
224228
Each delegator then returns a value, and that value will be what `$callback`
225229
returns for the next delegator. If the delegator is the last in the list, then

0 commit comments

Comments
 (0)