Passed
Push — master ( 8a6bad...40b3d8 )
by Ehsan
03:59
created
src/Botonomous/listener/AbstractBaseListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
      * Return message based on the listener
233 233
      * If listener is event and event text is empty, fall back to request text.
234 234
      *
235
-     * @return mixed|string
235
+     * @return string|null
236 236
      * @throws \Exception
237 237
      */
238 238
     public function getMessage()
Please login to merge, or discard this patch.
src/Botonomous/Sender.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      * Specify the response type
134 134
      * If response in config is set to empty, it will be considered based on listener.
135 135
      *
136
-     * @return mixed|string
136
+     * @return string
137 137
      * @throws \Exception
138 138
      */
139 139
     private function getResponseType()
Please login to merge, or discard this patch.