🚿 final

This commit is contained in:
codemasher
2021-01-16 20:10:21 +01:00
parent bde04254de
commit 387beea892
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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