Autofix number of newlines between methods
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
73963bd37a
commit
b39dac75d6
@ -31,5 +31,4 @@ class Loader {
|
||||
|
||||
return $this->mapper->mapSegments($segments, $filters);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -29,7 +29,4 @@ class SingleSegmentLoader {
|
||||
|
||||
return $this->mapper->mapSegment($segment, $filters);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@ -34,5 +34,4 @@ class SubscribersCount {
|
||||
}
|
||||
return $orm->findOne()->cnt;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -40,5 +40,4 @@ class SubscribersIds {
|
||||
}
|
||||
return $orm->findMany();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user