mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 03:30:24 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -33,7 +33,7 @@ final class QRMatrixTest extends TestCase{
|
||||
protected function setUp():void{
|
||||
$this->matrix = new QRMatrix(
|
||||
new Version($this::version),
|
||||
new EccLevel(EccLevel::L)
|
||||
new EccLevel(EccLevel::L),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user