Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed May 23, 2023
1 parent 37aa1de commit 9c6ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableInheritance.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private function initInheritance(
$parent->setInheritance(new SingleTableInheritanceSchema());
}

$class = $entity->getClass();
$class = $entity->getClass();
\assert($class !== null);

/** @var non-empty-string $discriminatorValue */
Expand Down

0 comments on commit 9c6ca83

Please sign in to comment.