Completed
Pull Request — develop (#26)
by Michael
03:45
created
src/Provider/AbstractHttpProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         $data = json_decode($response->getBody()->getContents());
85 85
 
86 86
         if (JSON_ERROR_NONE !== json_last_error()) {
87
-            throw new RuntimeException((string)json_last_error_msg());
87
+            throw new RuntimeException((string) json_last_error_msg());
88 88
         }
89 89
 
90 90
         return $data;
Please login to merge, or discard this patch.