Skip to content

Commit e49aa37

Browse files
author
obozdag
authored
docs: Added getCompiledSelect method parameter's default value in query_builder.rst
Added getCompiledSelect method parameter's default value explanation in query_builder.rst
1 parent 7737800 commit e49aa37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Example:
101101

102102
.. literalinclude:: query_builder/005.php
103103

104-
The parameter in the first query (false) enables you to set whether or not the query builder
105-
will be reset (by default it will be reset, just like when using ``$builder->get()``):
104+
The parameter (false) in the first query below enables you to set whether or not the query builder
105+
will be reset (because the default value of the parameter is true, ``getCompiledSelect(bool $reset = true)``, by default it will be reset just like when using ``$builder->get()``):
106106

107107
.. literalinclude:: query_builder/006.php
108108

0 commit comments

Comments
 (0)