Browse Source

:octocat: updated example

codemasher 7 năm trước cách đây
mục cha
commit
1c3827091d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/MyCustomOutput.php

+ 1 - 1
examples/MyCustomOutput.php

@@ -18,7 +18,7 @@ use chillerlan\QRCode\Output\QROutputAbstract;
  */
 class MyCustomOutput extends QROutputAbstract{
 
-	public function dump(){
+	public function dump(string $file = null){
 
 		$output = '';