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 f139988 commit d745198Copy full SHA for d745198
api/src/State/ActivityRemoveProcessor.php
@@ -29,7 +29,7 @@ public function onBefore($data, Operation $operation, array $uriVariables = [],
29
$this->em->remove($data->rootContentNode);
30
31
foreach ($data->comments as $comment) {
32
- /** @var Comment $comment */
+ // @var Comment $comment
33
$comment->orphanDescription = $comment->activity->title;
34
$comment->activity->removeComment($comment);
35
}
0 commit comments