Jelajahi Sumber

:shower: final

codemasher 5 tahun lalu
induk
melakukan
387beea892
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      src/Data/ECI.php
  2. 1 1
      src/Data/QRData.php

+ 1 - 1
src/Data/ECI.php

@@ -19,7 +19,7 @@ use chillerlan\QRCode\Common\{BitBuffer, Mode};
  *
  * Please note that you have to take care for the correct data encoding when adding with QRCode::add*Segment()
  */
-class ECI extends QRDataModeAbstract{
+final class ECI extends QRDataModeAbstract{
 
 	public const CP437                 = 0;  // Code page 437, DOS Latin US
 	public const ISO_IEC_8859_1_GLI    = 1;  // GLI encoding with characters 0 to 127 identical to ISO/IEC 646 and characters 128 to 255 identical to ISO 8859-1

+ 1 - 1
src/Data/QRData.php

@@ -21,7 +21,7 @@ use function range, sprintf;
 /**
  * Processes the binary data and maps it on a matrix which is then being returned
  */
-class QRData{
+final class QRData{
 
 	/**
 	 * the options instance