Skip to content

Commit d2c73df

Browse files
committed
Updated README.md
1 parent 3639680 commit d2c73df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ foreach ($posts as $post) {
216216
$tagValues = $post->tagValues;
217217

218218
// as array
219-
$tagValuesAsArray = $post->getTagValues(true);
219+
$tagValues = $post->getTagValues(true);
220220
}
221221
```
222222

0 commit comments

Comments
 (0)