Skip to content

Commit 92434f9

Browse files
Added psalm param to abstract addFilterConstraint (#9229)
1 parent 6414ad4 commit 92434f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Doctrine/ORM/Query/Filter/SQLFilter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ final protected function getConnection(): Connection
195195
* Gets the SQL query part to add to a query.
196196
*
197197
* @param string $targetTableAlias
198+
* @psalm-param ClassMetadata<object> $targetEntity
198199
*
199200
* @return string The constraint SQL if there is available, empty string otherwise.
200201
*/

0 commit comments

Comments
 (0)