This commit is contained in:
codemasher
2020-04-06 16:06:47 +02:00
parent 1fa5bc1dae
commit c4fe89a21d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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;
+1 -1
View File
@@ -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{