for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ubiquity\contents\validation\validators\dates;
class TimeValidator extends AbstractDateTimeValidator {
public function __construct(){
$this->ref='H:i:s';
$this->message="This value is not a valid time according to the format `{ref}`";
}