src/Specification/StringMatches.php
Avoid too many return
statements within this method. Open
Open
return $value <= $this->string;
Avoid too many return
statements within this method. Wontfix
Wontfix
return $value > $this->string;
Avoid too many return
statements within this method. Open
Open
return $value >= $this->string;