Skip to content

Commit 6176cb0

Browse files
committed
Lint fix
1 parent 7a66e18 commit 6176cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Search_Replace_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class Search_Replace_Command extends WP_CLI_Command {
210210
* : Force the use of PHP (instead of SQL) for all columns. By default, the command
211211
* uses fast SQL queries, but automatically switches to PHP for columns containing
212212
* serialized data. Use this flag to ensure PHP processes all columns, which is
213-
* slower but handles complex serialized data structures more reliably.
 * If --callback is specified, --precise is inferred.
213+
* slower but handles complex serialized data structures more reliably.
 * If --callback is specified, --precise is inferred.
214214
*
215215
* [--recurse-objects]
216216
* : Enable recursing into objects to replace strings. Defaults to true;

0 commit comments

Comments
 (0)