@@ -23,6 +23,9 @@ |
||
| 23 | 23 | |
| 24 | 24 | interface ServiceTwoAwareInterface |
| 25 | 25 | { |
| 26 | + /** |
|
| 27 | + * @return void |
|
| 28 | + */ |
|
| 26 | 29 | public function setService2($service2); |
| 27 | 30 | public function getService2(); |
| 28 | 31 | } |
@@ -4,8 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use SlidesWorker\ServiceLocator\ServiceLocator; |
| 6 | 6 | use SlidesWorker\ServiceLocator\ServiceLocatorInterface; |
| 7 | -use SlidesWorker\ServiceLocator\ServiceLocatorAwareInterface; |
|
| 8 | -use SlidesWorker\ServiceLocator\ServiceLocatorAwareTrait; |
|
| 9 | 7 | use SlidesWorker\ServiceLocator\Initializer\InitializerInterface; |
| 10 | 8 | |
| 11 | 9 | class ServiceCanHoldService2 implements ServiceTwoAwareInterface |