Completed
Push — 4.0 ( 4d6b64...872671 )
by Marco
03:00
created
src/Comodojo/Dispatcher/Dispatcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -207,6 +207,9 @@
 block discarded – undo
207 207
 
208 208
     }
209 209
 
210
+    /**
211
+     * @param string $name
212
+     */
210 213
     private function createServiceSpecializedEvents($name) {
211 214
 
212 215
         $this->logger->debug("Emitting $name service-event");
Please login to merge, or discard this patch.
src/Comodojo/Dispatcher/Response/Model.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -95,6 +95,9 @@
 block discarded – undo
95 95
 
96 96
     }
97 97
 
98
+    /**
99
+     * @return string
100
+     */
98 101
     public function getContent() {
99 102
 
100 103
         return $this->content;
Please login to merge, or discard this patch.