Method greaterThan is using '$value <= $limit' comparation instead of '$value < $limit',
and method greaterOrEqualThan is using '$value < $limit' comparation instead of '$value <= $limit'.
Also, the error message does not match the applied condition.
Method greaterThan is using '$value <= $limit' comparation instead of '$value < $limit', and method greaterOrEqualThan is using '$value < $limit' comparation instead of '$value <= $limit'. Also, the error message does not match the applied condition.