Completed
Branch master (22a569)
by Clemens
26:42
created
example/WorkWithInitializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.