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

10 lines
110 B
PHP

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