codemasher hace 5 años
padre
commit
c4fe89a21d
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      src/Data/QRDataAbstract.php
  2. 1 1
      tests/Data/DatainterfaceTestAbstract.php

+ 2 - 0
src/Data/QRDataAbstract.php

@@ -56,6 +56,8 @@ abstract class QRDataAbstract implements QRDataInterface{
 	protected array $dcdata;
 	protected array $dcdata;
 
 
 	/**
 	/**
+	 * the options instance
+	 *
 	 * @var \chillerlan\Settings\SettingsContainerInterface|\chillerlan\QRCode\QROptions
 	 * @var \chillerlan\Settings\SettingsContainerInterface|\chillerlan\QRCode\QROptions
 	 */
 	 */
 	protected SettingsContainerInterface $options;
 	protected SettingsContainerInterface $options;

+ 1 - 1
tests/Data/DatainterfaceTestAbstract.php

@@ -21,7 +21,7 @@ use ReflectionClass;
 use function str_repeat;
 use function str_repeat;
 
 
 /**
 /**
- * Te data interface test abstract
+ * The data interface test abstract
  */
  */
 abstract class DatainterfaceTestAbstract extends TestCase{
 abstract class DatainterfaceTestAbstract extends TestCase{