Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jun 19, 2024
1 parent 880be2b commit 78f0abf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
<!-- Psalm equivalent of PHPStan config `treatPhpDocTypesAsCertain: false` -->
<DocblockTypeContradiction errorLevel="suppress"/>
<RedundantConditionGivenDocblockType errorLevel="suppress"/>
<MissingClassConstType errorLevel="suppress"/>
</issueHandlers>
</psalm>
3 changes: 0 additions & 3 deletions src/Datagrid/ProxyQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 78f0abf

Please sign in to comment.