Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #54470, comment 2


Ignore:
Timestamp:
11/18/2021 11:31:52 PM (3 years ago)
Author:
audrasjb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54470, comment 2

    v1 v2  
    22
    33I just wanted to note that there is a few coding standards issues in the proposed pull request:
    4 ```
     4
     5{{{
    56Error: Expected 1 space(s) after closing parenthesis; found " ) "
    67Error: Expected 1 spaces after opening parenthesis; 0 found
    78Error: String "WP_TESTS_PHPUNIT_POLYFILLS_PATH" does not require double quotes; use single quotes instead
    89Error: Expected 1 spaces before closing parenthesis; 0 found
    9 ```
     10}}}