mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-23 15:01:46 +00:00
:octocat: type hints for class constants
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class DataInterfaceTestAbstract extends TestCase{
|
||||
protected QRData $QRData;
|
||||
protected QRDataModeInterface $dataMode;
|
||||
|
||||
protected const testData = '';
|
||||
protected const string testData = '';
|
||||
|
||||
protected function setUp():void{
|
||||
$this->QRData = new QRData(new QROptions);
|
||||
|
||||
Reference in New Issue
Block a user