🛀 clean-up (again)

This commit is contained in:
smiley
2023-11-27 22:53:38 +01:00
parent 2d2a00fabb
commit 00800ef901
44 changed files with 93 additions and 114 deletions
+3
View File
@@ -38,6 +38,7 @@ class QRStringJSON extends QROutputAbstract{
* unused - required by interface
*
* @inheritDoc
* @codeCoverageIgnore
*/
protected function prepareModuleValue(mixed $value):string{
return '';
@@ -47,6 +48,7 @@ class QRStringJSON extends QROutputAbstract{
* unused - required by interface
*
* @inheritDoc
* @codeCoverageIgnore
*/
protected function getDefaultModuleValue(bool $isDark):string{
return '';
@@ -56,6 +58,7 @@ class QRStringJSON extends QROutputAbstract{
* unused - required by interface
*
* @inheritDoc
* @codeCoverageIgnore
*/
public static function moduleValueIsValid(mixed $value):bool{
return true;