: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
+1 -4
View File
@@ -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);
}