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 @@ -36,13 +36,13 @@ A container implementing the *delegate lookup* feature:
36
36
37
37
- MUST implement the [ ` ContainerInterface ` ] ( ContainerInterface.md )
38
38
- MUST provide a way to register a delegate container (using a constructor parameter, or a setter,
39
- or any possible way). The delegate container MUST implement the ` ContainerInterface ` .
39
+ or any possible way). The delegate container MUST implement the [ ` ContainerInterface ` ] ( ContainerInterface.md ) .
40
40
41
41
When a container is configured to use a delegate container for dependencies:
42
42
43
43
- Calls to the ` get ` method should only return an entry if the entry is part of the container.
44
44
If the entry is not part of the container, an exception should be thrown
45
- (as requested by the ` ContainerInterface ` ).
45
+ (as requested by the [ ` ContainerInterface ` ] ( ContainerInterface.md ) ).
46
46
- Calls to the ` has ` method should only return ` true ` if the entry is part of the container.
47
47
If the entry is not part of the container, ` false ` should be returned.
48
48
- If the fetched entry has dependencies, ** instead** of performing
You can’t perform that action at this time.
0 commit comments