public function writeClass(Project $project, ClassReflection $class)
 {
     file_put_contents($this->getFilename($project, $class->getName()), json_encode($class->toArray(), self::JSON_PRETTY_PRINT));
 }