for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ddeboer\DataImport\Writer;
/**
* This template can be overridden in concrete implementations
*
* @author David de Boer <[email protected]>
*/
trait WriterTemplate
{
* {@inheritdoc}
public function prepare()
}
public function finish()