Merge pull request #3 from SenseException/dependabot/github_actions/r… #121
Annotations
1 warning
Mutation tests:
src/Builder.php#L131
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
public function shiftedAlternateHandling() : self
{
- $this->collator->setAttribute(Collator::ALTERNATE_HANDLING, Collator::SHIFTED);
+
return $this;
}
/**
|
Loading