mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
🚿 final
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user