Skip to content

Commit

Permalink
Implement JsonSerializable. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmizzell authored Nov 8, 2019
1 parent 6172d20 commit 7dbf9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser/Csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Maquina\StateMachine\MachineOfMachines;
use CsvParser\Parser\StateMachine as sm;

class Csv implements ParserInterface
class Csv implements ParserInterface, \JsonSerializable
{
private $delimiter;
private $quote;
Expand Down

0 comments on commit 7dbf9d4

Please sign in to comment.