#44436 closed defect (bug) (invalid)
Incompatibility of WordPress basic coding standards.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | coding-standards | Cc: |
Description
File name: src/wp-includes/random_compat/byte_safe_strings.php
Above file is heavily missing basic WordPress coding standards rules.
Proposed patch added.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hello @subrataemfluence, thanks for your patch.
random_compat is a third-party library (https://github.com/paragonie/random_compat) thus we do not change the files. It's also excluded in the PHPCS ruleset, see https://core.trac.wordpress.org/browser/trunk/phpcs.xml.dist?rev=43348&marks=48#L31.