Skip to content

Commit

Permalink
Update Description
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 26, 2020
1 parent 64bdfa3 commit 0f10ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mutator/Augmentation/ExpressionRepeat.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ final class ExpressionRepeat implements Mutator
public static function getDefinition(): ?Definition
{
return new Definition(
'Duplicates an expression statement.',
MutatorCategory::SEMANTIC_REDUCTION,
'Duplicates an expression statement, provided it can have side-effects.',
MutatorCategory::SEMANTIC_ADDITION,
null
);
}
Expand Down

0 comments on commit 0f10ccf

Please sign in to comment.