Skip to content

Commit

Permalink
Add missing "=" sign
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Sep 19, 2018
1 parent 10965ff commit 8dc1963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/ep3b-doctrine-relations/comment-is-deleted.md
Expand Up @@ -130,7 +130,7 @@ $comments = [];

foreach ($this->getComments() as $comment) {
if (!$comment->isDeleted()) {
$comments[] $comment;
$comments[] = $comment;
}
}

Expand Down

0 comments on commit 8dc1963

Please sign in to comment.