@@ -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 | } |