Skip to content

Commit 32b4358

Browse files
author
Tom Van Herreweghe
committed
Changed docblocks for AbstractAdapter constructor
Signed-off-by: Tom Van Herreweghe <[email protected]>
1 parent 5899952 commit 32b4358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PHPExif/Adapter/AdapterAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ abstract class AdapterAbstract implements AdapterInterface
4242
/**
4343
* Class constructor
4444
*
45-
* @param array $data Optional array of data to initialize the object with
45+
* @param array $options Optional array of data to initialize the object with
4646
*/
4747
public function __construct(array $options = array())
4848
{

0 commit comments

Comments
 (0)