Files
piratepoet/tests/integration/Segments/FinderMock.php
Jan Jakeš b39dac75d6 Autofix number of newlines between methods
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00

14 lines
164 B
PHP

<?php
namespace MailPoet\Segments;
class FinderMock {
public function getSubscriberIdsInSegment() {
}
public function findSubscribersInSegment() {
}
}