mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-20 19:00:13 +00:00
🔧
This commit is contained in:
@@ -55,5 +55,6 @@ return [
|
||||
],
|
||||
'suppress_issue_types' => [
|
||||
'PhanAccessMethodInternal',
|
||||
'PhanAccessOverridesFinalConstant',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -20,7 +20,11 @@ interface QRDataModeInterface{
|
||||
/**
|
||||
* the current data mode: Number, Alphanum, Kanji, Hanzi, Byte, ECI
|
||||
*
|
||||
* tbh I hate this constant here, but it's part of the interface, so I can't just declare it in the abstract class.
|
||||
* phan will complain about a PhanAccessOverridesFinalConstant.
|
||||
*
|
||||
* @var int
|
||||
* @see \chillerlan\QRCode\Common\Mode
|
||||
*/
|
||||
public const DATAMODE = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user