forked from leftypol/leftypol
ImageMetadataReader: update
This commit is contained in:
parent
322543a2e0
commit
d5b4f2cd0f
3 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
namespace Vichan\Service\Media;
|
||||
|
||||
use Vichan\Data\ImageMetadataResult;
|
||||
use Vichan\Data\ImageMetadata;
|
||||
|
||||
|
||||
interface ImageMetadataReader {
|
||||
/**
|
||||
* @param string $file_path Image file path.
|
||||
*/
|
||||
public function getMetadata(string $file_path): ImageMetadataResult;
|
||||
public function getMetadata(string $file_path): ImageMetadata;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue