: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,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 = [