1
0
mirror of synced 2025-02-02 21:41:45 +03:00

[CS] Remove obsolete doc blocks

This commit is contained in:
Thomas Ploch 2017-08-16 12:24:00 +02:00
parent 741819f060
commit fe88422e68

View File

@ -58,21 +58,11 @@ class AnnotationExporter extends AbstractExporter
return $this->_entityGenerator->generateEntityClass($metadata);
}
/**
* @param \Doctrine\ORM\Mapping\ClassMetadataInfo $metadata
*
* @return string
*/
protected function _generateOutputPath(ClassMetadataInfo $metadata): string
{
return $this->_outputDir . '/' . str_replace('\\', '/', $metadata->name) . $this->_extension;
}
/**
* @param \Doctrine\ORM\Tools\EntityGenerator $entityGenerator
*
* @return void
*/
public function setEntityGenerator(EntityGenerator $entityGenerator): void
{
$this->_entityGenerator = $entityGenerator;