Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -13,7 +13,11 @@ class ReleaseVersionController {
|
||||
/** @var string */
|
||||
private $project;
|
||||
|
||||
public function __construct(JiraController $jira, GitHubController $github, $project) {
|
||||
public function __construct(
|
||||
JiraController $jira,
|
||||
GitHubController $github,
|
||||
$project
|
||||
) {
|
||||
$this->jira = $jira;
|
||||
$this->github = $github;
|
||||
$this->project = $project;
|
||||
|
Reference in New Issue
Block a user