Passed
Push — master ( 27379f...469aad )
by Russell
09:44
created
src/Backend/Chainpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
     protected function fetchNodeUrl()
193 193
     {
194 194
         $chainpointUrls = $this->config()->get('chainpoint_urls');
195
-        $url = $chainpointUrls[rand(0,2)];
195
+        $url = $chainpointUrls[rand(0, 2)];
196 196
         $response = $this->client($url, 'GET', [], false);
197 197
 
198 198
         // TODO Set the URL as a class-property and re-use that, rather than re-calling fetchNodeUrl()
Please login to merge, or discard this patch.