Skip to content

Commit 7d123fb

Browse files
authored
Fix annotations (#64)
1 parent bfc651d commit 7d123fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/PHPExif/Reader/Reader.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*
1919
* @category PHPExif
2020
* @package Reader
21-
* @
2221
*/
2322
class Reader implements ReaderInterface
2423
{
@@ -36,7 +35,6 @@ public function __construct(protected readonly AdapterInterface $adapter)
3635
*
3736
* @param ReaderType $type
3837
* @return Reader
39-
* @throws \InvalidArgumentException When given type is invalid
4038
*/
4139
public static function factory(ReaderType $type): Reader
4240
{
@@ -55,6 +53,7 @@ public static function factory(ReaderType $type): Reader
5553
*
5654
* @param string $file
5755
* @return Exif Instance of Exif object with data
56+
* @throws PhpExifReaderException If the EXIF data could not be read
5857
*/
5958
public function read(string $file): Exif
6059
{

0 commit comments

Comments
 (0)