Skip to content

Commit

Permalink
docs: fix indentation of selectSubquery method
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 4, 2022
1 parent 6bb2e5b commit b3ab714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ Class Reference

Adds a ``SELECT COUNT(field)`` clause to a query.

.. php:method:: selectSubquery(BaseBuilder $subquery, string $as)
.. php:method:: selectSubquery(BaseBuilder $subquery, string $as)
:param string $subquery: Instance of BaseBuilder
:param string $as: Alias for the resulting value name
Expand Down

0 comments on commit b3ab714

Please sign in to comment.