Example #1
0
 public function githubShow(Project $project)
 {
     return new GitShow($this, $project, $this->githubClient(), $project->getFiles(), $this->cache);
 }