Skip to:
Content

bbPress.org

Ticket #3294: trac-3294-phpcs-fix-silenced-errors-3.patch

File trac-3294-phpcs-fix-silenced-errors-3.patch, 485 bytes (added by jrf, 5 years ago)

Fixes most violations against the WordPress.PHP.NoSilencedErrors.Discouraged error code - part 3

  • src/includes/admin/tools/converter.php

     
    8787        if ( ! empty( $converter_file ) ) {
    8888
    8989                // Try to include the converter
     90                // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged
    9091                @include_once $converter_file;
    9192
    9293                // Try to instantiate the converter object
    9394