@@ -44,8 +44,8 @@ |
||
44 | 44 | public function generate(Readable $file, iterable $records): Document |
45 | 45 | { |
46 | 46 | foreach ($records as $record) { |
47 | - echo __FILE__ . ':' . __LINE__ . "\n"; |
|
48 | - echo \get_class($record) . ' => ' . \json_encode($record, \JSON_PRETTY_PRINT); |
|
47 | + echo __FILE__.':'.__LINE__."\n"; |
|
48 | + echo \get_class($record).' => '.\json_encode($record, \JSON_PRETTY_PRINT); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | //die; |