Skip to content

Commit 9045552

Browse files
committed
DB/PreparedSQLPlaceholders: minor documentation fix
1 parent 57df20c commit 9045552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/Sniffs/DB/PreparedSQLPlaceholdersSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
use WordPressCS\WordPress\Sniff;
2020

2121
/**
22-
* Check for incorrect use of the $wpdb->prepare method.
22+
* Checks for incorrect use of the $wpdb->prepare method.
2323
*
24-
* Check the following issues:
24+
* Checks the following issues:
2525
* - The only placeholders supported are: %d, %f (%F), %s, %i, and their variations.
2626
* - Literal % signs need to be properly escaped as `%%`.
2727
* - Simple placeholders (%d, %f, %F, %s, %i) should be left unquoted in the query string.

0 commit comments

Comments
 (0)