Open Issues Need Help
View All on GitHubAI Summary: The task is to improve the type hinting of the `ConnectionInterface::transaction()` method in the Yii Database library. Specifically, it requires adding a generic type parameter to allow for better type inference of the callback's return value by static analysis tools like Psalm.
Complexity:
2/5
good first issue