Passed
Push — master ( e7a650...6caffc )
by Radosław
02:23
created
src/SearchProvider/Bing.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      */
71 71
     protected function handleErrorResponse(Psr7Response $result)
72 72
     {
73
-        switch($result->getStatusCode()) {
73
+        switch ($result->getStatusCode()) {
74 74
             case 403:   //Out of call volume quota
75 75
                 throw new QuotaExceededException($result->getReasonPhrase());
76 76
             case 429:   //Rate limit is exceeded
Please login to merge, or discard this patch.