Skip to content

Commit

Permalink
EF-435 удаление трейтов предыдущего класса при парсинге нового
Browse files Browse the repository at this point in the history
  • Loading branch information
egmanoylin committed Oct 6, 2023
1 parent 8965d5e commit 8330fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/ClassParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function parse(string $className): self
{
$this->ref = new ReflectionClass($className);
$this->methods = null;
$this->traits = null;

return $this;
}
Expand Down

0 comments on commit 8330fae

Please sign in to comment.