Completed
Push — master ( db8ff8...4137d9 )
by dan
01:59
created
Adapter/BaseMessageAdapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      * @param $data
40 40
      * @param $user
41 41
      * @param $template
42
-     * @return mixed
42
+     * @return string
43 43
      */
44 44
     protected function renderTwigTemplate($data, $user, $template)
45 45
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @param mixed $channeName
141
+     * @param string $channelName
142 142
      */
143 143
     public function setChannelName($channelName)
144 144
     {
Please login to merge, or discard this patch.