Skip to content

Commit 874d645

Browse files
author
Tom Van Herreweghe
committed
Removed obsolete ; in docblocks
Signed-off-by: Tom Van Herreweghe <[email protected]>
1 parent 32b4358 commit 874d645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PHPExif/Adapter/AdapterAbstract.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(array $options = array())
5555
* Mutator for the data mapper
5656
*
5757
* @param \PHPExif\Mapper\MapperInterface $mapper
58-
* @return \PHPExif\Adapter\AdapterInterface;
58+
* @return \PHPExif\Adapter\AdapterInterface
5959
*/
6060
public function setMapper(MapperInterface $mapper)
6161
{
@@ -85,7 +85,7 @@ public function getMapper()
8585
* Mutator for the hydrator
8686
*
8787
* @param \PHPExif\Hydrator\HydratorInterface $hydrator
88-
* @return \PHPExif\Adapter\AdapterInterface;
88+
* @return \PHPExif\Adapter\AdapterInterface
8989
*/
9090
public function setHydrator(HydratorInterface $hydrator)
9191
{

0 commit comments

Comments
 (0)