6377314b1b
* issue-35763/fix-php-8.2-deprecation-warnings * Declare $mockable_functions property * Declare $mockable_classes property * Fix deprecated usage of ${var} in strings * Add changelog file * Avoid using interpolation to create SQL statement We could ignore the PHPCS error. However, ignoring the error leaves PHPCS unable to detect future changes that may introduce unsafe interpolation. I think the more verbose approach is the safest approach in this case. * Ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared There doesn't seem to be a way to use a variable name for the name of the table without triggering a PHPCS error. * Avoid interpolated passing interpolated variables to __() * End inline comments with a full-stop |
||
---|---|---|
.. | ||
check-changelogger-use.php |