mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 21:17:54 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -15,14 +15,11 @@ use chillerlan\QRCode\Data\QRMatrix;
|
||||
use chillerlan\QRCode\Output\{QRMarkupHTML, QROutputInterface};
|
||||
use chillerlan\Settings\SettingsContainerInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
final class QRMarkupHTMLTest extends QRMarkupTestAbstract{
|
||||
|
||||
protected function getOutputInterface(
|
||||
SettingsContainerInterface|QROptions $options,
|
||||
QRMatrix $matrix
|
||||
QRMatrix $matrix,
|
||||
):QROutputInterface{
|
||||
return new QRMarkupHTML($options, $matrix);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user