Passed
Pull Request — master (#42)
by Stephen
08:21 queued 04:25
created
src/RealTimeClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
     /**
253 253
      * Handles incoming websocket messages, parses them, and emits them as remote events.
254 254
      *
255
-     * @param WebSocketMessageInterface $messageRaw A websocket message.
255
+     * @param WebSocketMessageInterface $message A websocket message.
256 256
      */
257 257
     private function onMessage(WebSocketMessageInterface $message)
258 258
     {
Please login to merge, or discard this patch.
src/Message/AttachmentBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      *
67 67
      * This is optional text that appears above the message attachment block.
68 68
      *
69
-     * @param string $text The attachment pretext.
69
+     * @param string $pretext The attachment pretext.
70 70
      * @param bool $markdown Enables or disables Markdown parsing in the pretext.
71 71
      * @return $this
72 72
      */
Please login to merge, or discard this patch.