Completed
Push — 4.0 ( b44693...cafdfc )
by Marco
02:39
created
src/Comodojo/Dispatcher/Request/File.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
 
45 45
     }
46 46
 
47
+    /**
48
+     * @return string
49
+     */
47 50
     public function getTemporaryName() {
48 51
 
49 52
         return $this->tname;
Please login to merge, or discard this patch.
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.