Files
piratepoet/tests/integration/Segments/FinderMock.php
Jan Jakeš 0dcdf6e9f1 Autofix line endings
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00

16 lines
166 B
PHP

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