Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -11,7 +11,7 @@ class SendingErrorHandler {
|
||||
private $throttlingHandler;
|
||||
|
||||
public function __construct(
|
||||
SendingThrottlingHandler $throttlingHandler
|
||||
SendingThrottlingHandler $throttlingHandler
|
||||
) {
|
||||
$this->throttlingHandler = $throttlingHandler;
|
||||
}
|
||||
|
Reference in New Issue
Block a user