: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 -7
View File
@@ -15,14 +15,11 @@ use chillerlan\QRCode\Data\QRMatrix;
use chillerlan\QRCode\Output\{QROutputInterface, QRStringText};
use chillerlan\Settings\SettingsContainerInterface;
/**
*
*/
final class QRStringTextTest extends QROutputTestAbstract{
protected function getOutputInterface(
SettingsContainerInterface|QROptions $options,
QRMatrix $matrix
QRMatrix $matrix,
):QROutputInterface{
return new QRStringText($options, $matrix);
}
@@ -39,9 +36,6 @@ final class QRStringTextTest extends QROutputTestAbstract{
];
}
/**
* @inheritDoc
*/
public function testSetModuleValues():void{
$this->options->moduleValues = [