Test Setup Failed
Branch master (89e537)
by Tibor
06:41
created
Category
src/Service/UnseeApi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             throw new \RuntimeException('Screenshot upload failed');
61 61
         }
62 62
 
63
-        return self::IMAGE_BASE_URL . $responseData['hash'];
63
+        return self::IMAGE_BASE_URL.$responseData['hash'];
64 64
     }
65 65
 
66 66
     /**
Please login to merge, or discard this patch.