:octocat: fix PHPCS config, add Slevomat rules

This commit is contained in:
smiley
2024-07-21 14:54:15 +02:00
parent 89cdd09044
commit f32696c8a7
97 changed files with 462 additions and 654 deletions
-3
View File
@@ -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;