Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/18/2025 12:55:54 AM (4 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: stop ignoring Universal.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed sniff.

This change replaces inline tabs with spaces from a bunch of files where they have crept in over the years.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/Example.php

    r7352 r7372  
    162162            'join_type'       => 'INNER',
    163163            'join_expression' => 'USING groups_table.forum_id = forums_table.forum_id',
    164         //  'from_expression' => 'WHERE forums_table.forum_id != 1',
     164            // 'from_expression' => 'WHERE forums_table.forum_id != 1',
    165165            'to_type'         => 'forum'
    166166        );
Note: See TracChangeset for help on using the changeset viewer.