Skip to content

Commit d745198

Browse files
committed
cs-fix
1 parent f139988 commit d745198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/State/ActivityRemoveProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function onBefore($data, Operation $operation, array $uriVariables = [],
2929
$this->em->remove($data->rootContentNode);
3030

3131
foreach ($data->comments as $comment) {
32-
/** @var Comment $comment */
32+
// @var Comment $comment
3333
$comment->orphanDescription = $comment->activity->title;
3434
$comment->activity->removeComment($comment);
3535
}

0 commit comments

Comments
 (0)