Completed
Push — master ( 346e09...46a5ae )
by Dmitry
06:10
created
src/Etcd.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
         $this->store("jobs/$job/service", $this->service);
29 29
     }
30 30
 
31
+    /**
32
+     * @param string $event
33
+     */
31 34
     public function subscribe($event)
32 35
     {
33 36
         $this->store("events/$event/$this->service");
Please login to merge, or discard this patch.