mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 13:47:57 +00:00
added PHP7 scalar type hints, cleanup
This commit is contained in:
@@ -33,6 +33,6 @@ interface QRDataInterface{
|
||||
* @return int
|
||||
* @throws \chillerlan\QRCode\Data\QRCodeDataException
|
||||
*/
|
||||
public function getLengthInBits($type);
|
||||
public function getLengthInBits(int $type):int;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user