mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 20:03:10 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -15,22 +15,16 @@ use chillerlan\QRCode\Data\QRMatrix;
|
||||
use chillerlan\QRCode\Output\{QROutputInterface, QRStringJSON};
|
||||
use chillerlan\Settings\SettingsContainerInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
final class QRStringJSONTest extends QROutputTestAbstract{
|
||||
use CssColorModuleValueProviderTrait;
|
||||
|
||||
protected function getOutputInterface(
|
||||
SettingsContainerInterface|QROptions $options,
|
||||
QRMatrix $matrix
|
||||
QRMatrix $matrix,
|
||||
):QROutputInterface{
|
||||
return new QRStringJSON($options, $matrix);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function testSetModuleValues():void{
|
||||
|
||||
$this->options->moduleValues = [
|
||||
|
||||
Reference in New Issue
Block a user