mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 13:07:55 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -22,9 +22,6 @@ use function extension_loaded;
|
||||
abstract class QRGdImageTestAbstract extends QROutputTestAbstract{
|
||||
use RGBArrayModuleValueProviderTrait;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function setUp():void{
|
||||
|
||||
if(!extension_loaded('gd')){
|
||||
@@ -34,9 +31,6 @@ abstract class QRGdImageTestAbstract extends QROutputTestAbstract{
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function testSetModuleValues():void{
|
||||
|
||||
$this->options->moduleValues = [
|
||||
|
||||
Reference in New Issue
Block a user