Skip to content

Commit

Permalink
Merge pull request #327 from mpdude/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Jan 19, 2023
2 parents 7ee1ce5 + c021c90 commit 920da29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Persistence/Mapping/AbstractClassMetadataFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ protected function onNotFoundMetadata(string $className)
/**
* Actually loads the metadata from the underlying metadata.
*
* @param string[] $nonSuperclassParents All parent class names that are
* not marked as mapped superclasses.
* @param bool $rootEntityFound True when there is another entity (non-mapped superclass) class above the current class in the PHP class hierarchy.
* @param list<class-string> $nonSuperclassParents All parent class names that are not marked as mapped superclasses, with the direct parent class being the first and the root entity class the last element.
* @psalm-param CMTemplate $class
* @psalm-param CMTemplate|null $parent
*
Expand Down

0 comments on commit 920da29

Please sign in to comment.