/** * Transforms the project in a suitable array format * @param Project $project Project to transform. * * @return array */ public function transform(Project $project) { return $project->toArray(); }