Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and github-actions[bot] committed Nov 13, 2024
1 parent 8c36483 commit 54a9be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Datagrid/ProxyQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@
* @method QueryBuilder addOrderBy($sort, $order = null)
* @method QueryBuilder addCriteria(Criteria $criteria)
* @method mixed getDQLPart($queryPartName)
* @method array getDQLParts()
* @method mixed[] getDQLParts()
* @method QueryBuilder resetDQLParts($parts = null)
* @method QueryBuilder resetDQLPart($part)
*
* @phpstan-method ArrayCollection<int, Query\Parameter> getParameters()
*
* @phpstan-template-covariant T of object
* @phpstan-implements ProxyQueryInterface<T>
*/
Expand Down

0 comments on commit 54a9be2

Please sign in to comment.