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