We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc651d commit 7d123fbCopy full SHA for 7d123fb
lib/PHPExif/Reader/Reader.php
@@ -18,7 +18,6 @@
18
*
19
* @category PHPExif
20
* @package Reader
21
- * @
22
*/
23
class Reader implements ReaderInterface
24
{
@@ -36,7 +35,6 @@ public function __construct(protected readonly AdapterInterface $adapter)
36
35
37
* @param ReaderType $type
38
* @return Reader
39
- * @throws \InvalidArgumentException When given type is invalid
40
41
public static function factory(ReaderType $type): Reader
42
@@ -55,6 +53,7 @@ public static function factory(ReaderType $type): Reader
55
53
56
54
* @param string $file
57
* @return Exif Instance of Exif object with data
+ * @throws PhpExifReaderException If the EXIF data could not be read
58
59
public function read(string $file): Exif
60
0 commit comments