Skip to content

Commit

Permalink
Simplify phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Oct 17, 2021
1 parent d400e94 commit 759902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datagrid/ProxyQuery.php
Expand Up @@ -70,7 +70,7 @@ public function __clone()
/**
* @psalm-suppress TooManyTemplateParams until release of doctrine/mongodb-odm 2.3
*
* @return \Traversable<object>&Iterator<object>
* @return Iterator<object>
*/
public function execute()
{
Expand Down

0 comments on commit 759902e

Please sign in to comment.