Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -10,8 +10,8 @@ class BulkActionController {
|
||||
private $handler;
|
||||
|
||||
public function __construct(
|
||||
BulkActionFactory $factory,
|
||||
Handler $handler
|
||||
BulkActionFactory $factory,
|
||||
Handler $handler
|
||||
) {
|
||||
$this->factory = $factory;
|
||||
$this->handler = $handler;
|
||||
|
Reference in New Issue
Block a user