Passed
Push — master ( 41c1ec...31b242 )
by Russell
12:58
created
src/Backend/Chainpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
             'https://c.chainpoint.org/nodes/random',
182 182
         ];
183 183
 
184
-        $url = $chainpointUrls[rand(0,2)];
184
+        $url = $chainpointUrls[rand(0, 2)];
185 185
         $response = $this->client($url, 'GET', [], false);
186 186
 
187 187
         foreach (json_decode($response->getBody(), true) as $candidate) {
Please login to merge, or discard this patch.