Skip to content

Commit

Permalink
Merge pull request #32 from ensi-platform/ef-435
Browse files Browse the repository at this point in the history
EF-435 удаление трейтов предыдущего класса при парсинге нового
  • Loading branch information
MsNatali authored Oct 6, 2023
2 parents 8965d5e + 8330fae commit 131b284
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 131b284

Please sign in to comment.