Skip to content

Commit

Permalink
unnecessary info
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Sep 28, 2020
1 parent 55335ec commit 4aa4456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ public function __construct($entityName, NamingStrategy $namingStrategy = null)
*
* @return ReflectionProperty[]|null[] An array of ReflectionProperty instances.
*
* @psalm-return array<array-key, ReflectionProperty|null>
* @psalm-return array<ReflectionProperty|null>
*/
public function getReflectionProperties()
{
Expand Down

0 comments on commit 4aa4456

Please sign in to comment.