style: Форматирование
This commit is contained in:
parent
8941f5f102
commit
d692538163
9 changed files with 92 additions and 92 deletions
|
|
@ -25,6 +25,7 @@ class Time extends AbstractRule
|
|||
|
||||
public function isValid(Collection $container, $status = null)
|
||||
{
|
||||
/** @var array[string]|null */
|
||||
$tmp = explode($this->split, $container->get($this->field), 2);
|
||||
if ($tmp) {
|
||||
if (self::checktime ((int)$tmp[0], (int)$tmp[1])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue