Completed
Branch 3.0 (ea0c88)
by Brian
11:51
created
src/wormling/phparia/Client/AriClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
 
154 154
         $this->wsClient = new WebSocket($address, $this->eventLoop, $this->logger);
155 155
 
156
-        $this->wsClient->on("message", function (WebSocketMessage $rawMessage) {
156
+        $this->wsClient->on("message", function(WebSocketMessage $rawMessage) {
157 157
             $message = new Message($rawMessage->getData());
158 158
 
159 159
             $eventType = '\\phparia\\Events\\'.$message->getType();
Please login to merge, or discard this patch.
src/wormling/phparia/Api/Channels.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -453,7 +453,7 @@
 block discarded – undo
453 453
      * @param string $channelId
454 454
      * @param string $variable
455 455
      * @param null|string $default The value to return if the variable does not exist
456
-     * @return string|Variable
456
+     * @return Variable
457 457
      * @throws ConflictException
458 458
      * @throws InvalidParameterException
459 459
      * @throws NotFoundException
Please login to merge, or discard this patch.