Пример #1
0
 private function compareTo(ChronoUnit $other)
 {
     return $this->duration->compareTo($other->duration);
 }