Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Jun 21, 2024
1 parent 90989a4 commit 300e21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ private function isOnInsertGeneratedField(Field $field): bool

/**
* Function to find an owning entity class in the inheritance hierarchy.
*
*
* Entity classes may extend a base class and this function is needed route the properties from declaring class to the entity class.
* The function stops only when the declaring class is truly found, it does not naively stop on first entity.
* This behaviour makes it also functional in cases of Joined Table Inheritance on theoretically any number of nesting levels.
Expand Down

0 comments on commit 300e21d

Please sign in to comment.