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