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 *