Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2019 01:38:37 PM (5 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/core/theme-compat.php

    r6884 r7006  
    5656     * @param array $properties
    5757     */
    58     public function __construct( Array $properties = array() ) {
     58    public function __construct( array $properties = array() ) {
    5959        $this->_data = $properties;
    6060    }
Note: See TracChangeset for help on using the changeset viewer.