mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-22 00:33:11 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -23,9 +23,6 @@ require_once __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
class QRImageWithText extends QRGdImagePNG{
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function dump(string|null $file = null, string|null $text = null):string{
|
||||
// set returnResource to true to skip further processing for now
|
||||
$this->options->returnResource = true;
|
||||
|
||||
Reference in New Issue
Block a user