Test Failed
Push — master ( ee704b...fc0dec )
by Ridvan Lakas ng Bayan
05:47
created
src/Ridvanbaluyos/Pwned/Pwned.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             $jsonResponse = $this->getJsonResponse($result);
57 57
 
58 58
             return $jsonResponse;
59
-        } catch(\GuzzleHttp\Exception\ClientException $e) {
59
+        } catch (\GuzzleHttp\Exception\ClientException $e) {
60 60
             return [
61 61
                 'code' => $e->getCode(),
62 62
                 'message' => $e->getMessage()
Please login to merge, or discard this patch.