We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad2508 commit 83a7f8eCopy full SHA for 83a7f8e
src/Query/Builder.php
@@ -1640,9 +1640,11 @@ private function aliasIdForQuery(array $values): array
1640
}
1641
1642
/**
1643
- * @template T of array|object
1644
* @psalm-param T $values
+ *
1645
* @psalm-return T
1646
1647
+ * @template T of array|object
1648
*/
1649
private function aliasIdForResult(array|object $values): array|object
1650
{
0 commit comments