@@ -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{