Autofix number of newlines between methods

[MAILPOET-2715]
This commit is contained in:
Jan Jakeš
2020-02-17 13:08:33 +01:00
committed by Jack Kitterhing
parent 73963bd37a
commit b39dac75d6
285 changed files with 60 additions and 303 deletions

View File

@ -31,5 +31,4 @@ class Loader {
return $this->mapper->mapSegments($segments, $filters);
}
}

View File

@ -29,7 +29,4 @@ class SingleSegmentLoader {
return $this->mapper->mapSegment($segment, $filters);
}
}

View File

@ -34,5 +34,4 @@ class SubscribersCount {
}
return $orm->findOne()->cnt;
}
}

View File

@ -40,5 +40,4 @@ class SubscribersIds {
}
return $orm->findMany();
}
}