Opened 7 years ago
Closed 6 years ago
#42808 closed defect (bug) (fixed)
Remove old style PHPCS ignore comments
Reported by: | netweb | Owned by: | pento |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch commit |
Focuses: | coding-standards | Cc: |
Description
Currently, there are 4 files in /tests
that use the PHPCS 2.x @codingStandardsIgnore*
ignore comment syntax
These should be updated to the new PHPCS 3.2 syntax or removed if no longer required.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 42808.diff:
Coding Standards:
@codingStandardsIgnore*
ignore comments fromtests/phpunit/tests/customize
Generic.Formatting.MultipleStatementAlignment.NotSameWarning
)