Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -13,7 +13,9 @@ class DateTime {
|
||||
/** @var WPFunctions */
|
||||
private $wp;
|
||||
|
||||
public function __construct(WPFunctions $wp = null) {
|
||||
public function __construct(
|
||||
WPFunctions $wp = null
|
||||
) {
|
||||
if ($wp === null) {
|
||||
$wp = new WPFunctions();
|
||||
}
|
||||
|
Reference in New Issue
Block a user