snipBasePath, $snip->getId()); if (!is_dir($repoPath)) { $repo = $git->init($repoPath); } else { $repo = $git->open($repoPath); } return new SnipService($repo, $this->security->getUser()); } }