Passed
Push — master ( a29299...174a4a )
by compolom
02:24
created
src/AbstractImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     protected function getImageByURL(string $url): ?\Exception
50 50
     {
51
-        [, , $type] = getimagesize($url);
51
+        [,, $type] = getimagesize($url);
52 52
         if ($type) {
53 53
             $upload = new \SplFileObject($url, 'rb');
54 54
             $image = '';
Please login to merge, or discard this patch.