mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-31 12:38:22 +00:00
🚿
This commit is contained in:
@@ -56,6 +56,8 @@ abstract class QRDataAbstract implements QRDataInterface{
|
||||
protected array $dcdata;
|
||||
|
||||
/**
|
||||
* the options instance
|
||||
*
|
||||
* @var \chillerlan\Settings\SettingsContainerInterface|\chillerlan\QRCode\QROptions
|
||||
*/
|
||||
protected SettingsContainerInterface $options;
|
||||
|
||||
@@ -21,7 +21,7 @@ use ReflectionClass;
|
||||
use function str_repeat;
|
||||
|
||||
/**
|
||||
* Te data interface test abstract
|
||||
* The data interface test abstract
|
||||
*/
|
||||
abstract class DatainterfaceTestAbstract extends TestCase{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user