Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -27,7 +27,7 @@ class SubscriberIPEntity {
|
||||
private $createdAt;
|
||||
|
||||
public function __construct(
|
||||
string $ip
|
||||
string $ip
|
||||
) {
|
||||
$this->ip = $ip;
|
||||
$this->createdAt = new Carbon();
|
||||
|
Reference in New Issue
Block a user