Explorar el Código

:octocat: updated example

codemasher hace 7 años
padre
commit
1c3827091d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = '';