getCommiterDate()->format('N'); $this->items[$day][] = $commit; } public function sortCommits() { ksort($this->items); } }