From 78f0abf05ffef0f9f2f5e88d160de91c42f747e4 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 19 Jun 2024 11:00:44 +0200 Subject: [PATCH] Fix --- psalm.xml | 1 + src/Datagrid/ProxyQuery.php | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/psalm.xml b/psalm.xml index 60d6881e1..a22220489 100644 --- a/psalm.xml +++ b/psalm.xml @@ -16,5 +16,6 @@ + diff --git a/src/Datagrid/ProxyQuery.php b/src/Datagrid/ProxyQuery.php index f38cbda15..3e3f4686e 100644 --- a/src/Datagrid/ProxyQuery.php +++ b/src/Datagrid/ProxyQuery.php @@ -314,9 +314,6 @@ public function entityJoin(array $associationMappings): string /** * Sets a {@see Query} hint. If the hint name is not recognized, it is silently ignored. * - * @param string $name the name of the hint - * @param mixed $value the value of the hint - * * @see Query::setHint * @see Query::HINT_CUSTOM_OUTPUT_WALKER *