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