Completed
Push — master ( b14c7d...e5a530 )
by dan
01:55
created
Dispatcher/DatabaseMessageDispatcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         return false;
35 35
     }
36 36
 
37
+    /**
38
+     * @param MessageInterface $message
39
+     */
37 40
     protected function createDatabaseNotificationEntity($message)
38 41
     {
39 42
         if ($this->accessor === null) {
Please login to merge, or discard this patch.