mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 18:48:13 +00:00
:octocat: updated example
This commit is contained in:
@@ -18,7 +18,7 @@ use chillerlan\QRCode\Output\QROutputAbstract;
|
||||
*/
|
||||
class MyCustomOutput extends QROutputAbstract{
|
||||
|
||||
public function dump(){
|
||||
public function dump(string $file = null){
|
||||
|
||||
$output = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user