Skip to content

Commit ac70db3

Browse files
committed
Format fix
1 parent f536180 commit ac70db3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/PHPExif/Hydrator/Mutator.php

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class Mutator implements HydratorInterface
3333
public function hydrate($object, array $data)
3434
{
3535
foreach ($data as $property => $value) {
36-
3736
$mutator = $this->determineMutator($property);
3837

3938
if (method_exists($object, $mutator)) {

0 commit comments

Comments
 (0)