Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/15/2019 10:42:29 AM (6 years ago)
Author:
netweb
Message:

PHPCS: Use Parenthesis when instantiating a new object.

Props jrf.
See #3294.
For trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/tools/converter.php

    r6788 r7046  
    9292        // Try to instantiate the converter object
    9393        if ( class_exists( $platform ) ) {
    94             $converter = new $platform;
     94            $converter = new $platform();
    9595        }
    9696    }
Note: See TracChangeset for help on using the changeset viewer.