Passed
Push — master ( c218fe...c20435 )
by compolom
02:36
created
src/AbstractImage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
     protected function getImageByURL(string $url): ?\InvalidArgumentException
241 241
     {
242 242
         if (@!getimagesize($url)) {
243
-           throw new \InvalidArgumentException('Unsupported image type');
243
+            throw new \InvalidArgumentException('Unsupported image type');
244 244
         }
245 245
         $upload = new \SplFileObject($url, 'rb');
246 246
         $image = '';
Please login to merge, or discard this patch.