:octocat: phpcs happy

This commit is contained in:
smiley
2026-02-10 18:29:10 +01:00
parent 6bd08fde98
commit 755e075400
-10
View File
@@ -20,20 +20,10 @@ class QRStringText extends QROutputAbstract{
final public const MIME_TYPE = 'text/plain';
/**
* @inheritDoc
*
* @param string|mixed $value
*/
public static function moduleValueIsValid(mixed $value):bool{
return is_string($value);
}
/**
* @inheritDoc
*
* @param string|mixed $value
*/
protected function prepareModuleValue(mixed $value):string{
return $value;
}