mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 14:54:35 +00:00
🛀 fix examples
This commit is contained in:
@@ -20,7 +20,7 @@ class MyCustomOutput extends QROutputAbstract{
|
||||
// TODO: Implement setModuleValues() method.
|
||||
}
|
||||
|
||||
public function dump(string $file = null){
|
||||
public function dump(string $file = null):string{
|
||||
|
||||
$output = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user