Passed
Pull Request — master (#93)
by Maximilian
02:50
created
src/Helper/DeviceAddressInformationHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
          * 429 Too Many Requests    The skill has been throttled due to an excessive number of requests.
100 100
          * 500 Internal Error       An unexpected error occurred.
101 101
          */
102
-        if(200 !== $response->getStatusCode()) {
102
+        if (200 !== $response->getStatusCode()) {
103 103
             throw new DeviceApiCallException(sprintf('Error in api call (status code:"%s")', $response->getStatusCode()));
104 104
         }
105 105
 
Please login to merge, or discard this patch.