From dfc0f7a211bbeb879bea8ffd1e6dc319b5c66f34 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 29 Jul 2015 16:52:32 +0300 Subject: Revert "[ci skip] Fix where_in() docs" This reverts commit c749bfbca99291fe64ca98d45a20d0735cb4e461. Related to #3989, #4001 --- user_guide_src/source/database/query_builder.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user_guide_src/source/database') diff --git a/user_guide_src/source/database/query_builder.rst b/user_guide_src/source/database/query_builder.rst index 737a4230e..9c6c2a849 100644 --- a/user_guide_src/source/database/query_builder.rst +++ b/user_guide_src/source/database/query_builder.rst @@ -1238,7 +1238,7 @@ Class Reference :param string $key: The field to search :param array $values: The values searched on - :param boolean $escape: Whether to escape identifiers + :param boolean $escape: Whether to escape values and identifiers :returns: DB_query_builder instance :rtype: object @@ -1249,7 +1249,7 @@ Class Reference :param string $key: The field to search :param array $values: The values searched on - :param boolean $escape: Whether to escape identifiers + :param boolean $escape: Whether to escape values and identifiers :returns: DB_query_builder instance :rtype: object @@ -1260,7 +1260,7 @@ Class Reference :param string $key: Name of field to examine :param array $values: Array of target values - :param boolean $escape: Whether to escape identifiers + :param boolean $escape: Whether to escape values and identifiers :returns: DB_query_builder instance :rtype: object @@ -1271,7 +1271,7 @@ Class Reference :param string $key: Name of field to examine :param array $values: Array of target values - :param boolean $escape: Whether to escape identifiers + :param boolean $escape: Whether to escape values and identifiers :returns: DB_query_builder instance :rtype: object -- cgit v1.2.3-24-g4f1b