1 | <?php |
||
7 | final class NullDependency implements DependencyInterface |
||
8 | { |
||
9 | /** |
||
10 | * {@inheritdoc} |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function inject(Container $container) |
||
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | * |
||
21 | * @return void |
||
22 | */ |
||
23 | public function register(array &$container, Bind $bind) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function setScope($scope) |
||
33 | } |
||
34 |