Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2019 01:38:37 PM (7 years ago)
Author:
netweb
Message:

Build Tools: Add PHPCS with custom bbPress ruleset

  • This changeset adds an initial bbPress PHPCS ruleset
  • Future iteration of the rules in the ruleset can follow later
  • To run the PHPCS check run `grunt phpcs

Fixes #3294.

File:
1 edited

Legend:

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

    r6809 r7006  
    830830                        }
    831831
    832                         $output .= $itoa64[($value >> 18) & 0x3f];
     832                        $output .= $itoa64[( $value >> 18 ) & 0x3f];
    833833                } while ( $i < $count );
    834834
Note: See TracChangeset for help on using the changeset viewer.