Skip to content

Commit

Permalink
Improve getClassMetadata phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Mar 31, 2024
1 parent e9e60f2 commit f8591f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public function hasFilters();
* @psalm-param string|class-string<T> $className
*
* @return Mapping\ClassMetadata
* @psalm-return Mapping\ClassMetadata<T>
* @psalm-return ($className is class-string<T> ? Mapping\ClassMetadata<T> : Mapping\ClassMetadata<object>)
*
* @psalm-template T of object
*/
Expand Down

0 comments on commit f8591f0

Please sign in to comment.