We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f3957 commit 7cbc70eCopy full SHA for 7cbc70e
README.md
@@ -84,11 +84,11 @@ foreach ($categories as $category) {
84
foreach ($category->getArticles() as $article) {
85
echo $article->getTitle(), "\n";
86
87
- foreach ($articles->getTags() as $tag) {
+ foreach ($article->getTags() as $tag) {
88
echo $tag->getLabel(), "\n";
89
}
90
91
- foreach ($articles->getComments() as $comment) {
+ foreach ($article->getComments() as $comment) {
92
echo $comment->getText(), "\n";
93
94
0 commit comments