Skip to content

Commit 0683438

Browse files
committed
changed visibility of Embed\ImageInfo\Curl::getImageInfo to private, because it's out of the interface
1 parent 6bf9ef6 commit 0683438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageInfo/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static function getImagesInfo(array $images, array $config = null)
9595
*
9696
* @return array|null
9797
*/
98-
public static function getImageInfo($image, array $config = null)
98+
private static function getImageInfo($image, array $config = null)
9999
{
100100
$finfo = finfo_open(FILEINFO_MIME_TYPE);
101101
$img = new static($image['value'], $finfo, $config);

0 commit comments

Comments
 (0)