Skip to content

feat(database): add having and groupBy in select query builder #2169

feat(database): add having and groupBy in select query builder

feat(database): add having and groupBy in select query builder #2169

Triggered via pull request July 7, 2025 06:53
Status Success
Total duration 41s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
37s
Run style check
Run static analysis: PHPStan
32s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

1 warning
strictness/require-parameter-type: packages/database/src/Builder/QueryBuilders/SelectQueryBuilder.php#L137
Parameter `$bindings` is missing a type hint. Type hints improve code readability and help prevent type-related errors. Help: Consider adding a type hint to parameter `$bindings`.