Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Nov 1, 2022
1 parent 3b52333 commit c5c0d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processors/ExpandTraits.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __invoke(Analysis $analysis)
}

foreach ($schemas as $schema) {
if ($schema->_context->is('class') && !$schema->_aux) {
if ($schema->_context->is('class') && !$schema->_context->is('generated')) {
// look at class traits
$traits = $analysis->getTraitsOfClass($schema->_context->fullyQualifiedName($schema->_context->class), true);
$existing = [];
Expand Down

0 comments on commit c5c0d26

Please sign in to comment.