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

10 lines
118 B
PHP

<?php
namespace MailPoet\Test\Segments;
class SubscribersBulkActionHandlerMock {
public function apply() {
}
}