Skip to content

Commit

Permalink
Open up Exporter.php
Browse files Browse the repository at this point in the history
pestaa authored Apr 4, 2019
1 parent 6b43efa commit be525be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exporter.php
Original file line number Diff line number Diff line change
@@ -20,12 +20,12 @@
/**
* @author Grégoire Paris <postmaster@greg0ire.fr>
*/
final class Exporter
class Exporter
{
/**
* @var TypedWriterInterface[]
*/
private $writers;
protected $writers;

/**
* @param TypedWriterInterface[] $writers an array of allowed typed writers, indexed by format name

0 comments on commit be525be

Please sign in to comment.