kubawerlos/php-cs-fixer-custom-fixers

Single line empty braces in constructors

Closed this issue · 0 comments

Change:

function __construct() {
}

to:

function __construct() {}