Changes between Version 1 and Version 2 of Ticket #54470, comment 2
- Timestamp:
- 11/18/2021 11:31:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54470, comment 2
v1 v2 2 2 3 3 I just wanted to note that there is a few coding standards issues in the proposed pull request: 4 ``` 4 5 {{{ 5 6 Error: Expected 1 space(s) after closing parenthesis; found " ) " 6 7 Error: Expected 1 spaces after opening parenthesis; 0 found 7 8 Error: String "WP_TESTS_PHPUNIT_POLYFILLS_PATH" does not require double quotes; use single quotes instead 8 9 Error: Expected 1 spaces before closing parenthesis; 0 found 9 ``` 10 }}}