We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b4358 commit 874d645Copy full SHA for 874d645
lib/PHPExif/Adapter/AdapterAbstract.php
@@ -55,7 +55,7 @@ public function __construct(array $options = array())
55
* Mutator for the data mapper
56
*
57
* @param \PHPExif\Mapper\MapperInterface $mapper
58
- * @return \PHPExif\Adapter\AdapterInterface;
+ * @return \PHPExif\Adapter\AdapterInterface
59
*/
60
public function setMapper(MapperInterface $mapper)
61
{
@@ -85,7 +85,7 @@ public function getMapper()
85
* Mutator for the hydrator
86
87
* @param \PHPExif\Hydrator\HydratorInterface $hydrator
88
89
90
public function setHydrator(HydratorInterface $hydrator)
91
0 commit comments