Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function timeLeft() : bool
 {
     return $this->statistics->getCurrentTimeSpent() < $this->config()->limit();
 }