Passed
Push — master ( daef31...95a6da )
by Russell
11:18
created
src/Backend/Chainpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     protected function discoverNode()
184 184
     {
185 185
         $chainpointUrls = $this->config()->get('chainpoint_urls');
186
-        $url = $chainpointUrls[rand(0,2)];
186
+        $url = $chainpointUrls[rand(0, 2)];
187 187
         $response = $this->client($url, 'GET', [], false);
188 188
 
189 189
         if ($response->getStatusCode() !== 200) {
Please login to merge, or discard this patch.
src/Verify/VerifiableExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
      */
138 138
     public function keyTable()
139 139
     {
140
-        return file_get_contents(realpath(__DIR__) . '/../../doc/statuses.txt');
140
+        return file_get_contents(realpath(__DIR__).'/../../doc/statuses.txt');
141 141
     }
142 142
 
143 143
 }
Please login to merge, or discard this patch.