/**
  * Ends the analysis process.
  * 
  * @param Project $project
  */
 protected function endAnalysis(Project $project)
 {
     // Remove the flag from the project.
     $project->setAnalyzing(false);
     $this->doctrine->getManager()->flush();
 }