Passed
Push — master ( 39e700...3b6c88 )
by Vladislav
02:43 queued 44s
created
WebSockets/Channels/Spot/PublicChannels/Kline/Argument/KlineArgument.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         if (str_contains(",", $symbol)) {
20 20
             $symbolList = explode(",", $symbol);
21 21
             foreach ($symbolList as $symbolItem) {
22
-               $this->symbols[] = $symbolItem;
22
+                $this->symbols[] = $symbolItem;
23 23
             }
24 24
         } else {
25 25
             $this->symbols[] = $symbol;
Please login to merge, or discard this patch.