Skip to:
Content

bbPress.org

Changeset 7006 for trunk/src/bbpress.php


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/bbpress.php

    r6967 r7006  
    170170     * @since 2.1.0 bbPress (r3951)
    171171     */
    172     public function __set( $key , $value ) { $this->data[ $key ] = $value; }
     172    public function __set( $key, $value ) { $this->data[ $key ] = $value; }
    173173
    174174    /**
     
    551551                'menu_icon'           => '',
    552552                'source'              => 'bbpress',
    553             )
    554         ) );
     553            ) )
     554        );
    555555
    556556        /** Replies ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.