Skip to content

Commit 2cc57d2

Browse files
Wout Gevaerttransistive
authored andcommitted
Fix issue 120
1 parent 89e323f commit 2cc57d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Formatter/Specialised/HttpOGMTranslator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private function translateValue($value, HttpMetaInfo $meta): array
144144
return $this->translateString($value, $meta);
145145
}
146146

147-
return [$value, $meta];
147+
return [$value, $meta->incrementMeta()];
148148
}
149149

150150
/**

0 commit comments

Comments
 (0)