Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -11,9 +11,9 @@ class GithubClient {
|
||||
private const API_BASE_URI = 'https://api.github.com/repos';
|
||||
|
||||
public function __construct(
|
||||
$repo,
|
||||
$username = null,
|
||||
$token = null
|
||||
$repo,
|
||||
$username = null,
|
||||
$token = null
|
||||
) {
|
||||
$config = [
|
||||
'headers' => [
|
||||
|
Reference in New Issue
Block a user