escpos-php
escpos-php copied to clipboard
[DummyPrintConnector] Bad call to implode()
line 51: change
return implode($this -> buffer);
to
return implode("\n", $this -> buffer);
otherwise it throws TypeError.