Skip to content

Commit

Permalink
Add author
Browse files Browse the repository at this point in the history
Signed-off-by: Benoît Burnichon <bburnichon@gmail.com>
  • Loading branch information
bburnichon committed Jul 5, 2014
1 parent 539cd82 commit ada4375
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Ddeboer/DataImport/Writer/AbstractStreamWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace Ddeboer\DataImport\Writer;

/**
* Base class to write into streams
*
* @author Benoît Burnichon <bburnichon@gmail.com>
*/
abstract class AbstractStreamWriter implements WriterInterface
{
private $stream;
Expand Down
5 changes: 5 additions & 0 deletions src/Ddeboer/DataImport/Writer/StreamMergeWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace Ddeboer\DataImport\Writer;

/**
* Class allowing multiple writers to write in same stream
*
* @author Benoît Burnichon <bburnichon@gmail.com>
*/
class StreamMergeWriter extends AbstractStreamWriter
{
/** @var string */
Expand Down

0 comments on commit ada4375

Please sign in to comment.