mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 10:28:57 +00:00
🛀 clean-up (again)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user