Skip to content

Commit

Permalink
fix build/remove typo line
Browse files Browse the repository at this point in the history
  • Loading branch information
dakorpar committed May 15, 2019
1 parent 3143580 commit 58067ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Generator/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ private function cloneEntityFromExistingEntity(ClassType $entity, ClassType $fro
$entity->setProperties($from->getProperties());
$entity->setComment($from->getComment());
$entity->setMethods($from->getMethods());
$entity->getNamespace()->getUses($from->getNamespace()->getUses());

foreach ($entity->methods as $method) {
$fqnClassName = '\\' . $this->config->namespace . '\\' . $entity->getName();
Expand Down

0 comments on commit 58067ed

Please sign in to comment.