mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 03:17:55 +00:00
:feelsgood:
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Interface QRDataInterface
|
||||
*
|
||||
* @filesource QRDataInterface.php
|
||||
* @created 01.12.2015
|
||||
@@ -13,7 +14,7 @@ namespace codemasher\QRCode\Data;
|
||||
use codemasher\QRCode\BitBuffer;
|
||||
|
||||
/**
|
||||
* Interface QRDataInterface
|
||||
*
|
||||
*/
|
||||
interface QRDataInterface{
|
||||
|
||||
@@ -22,11 +23,6 @@ interface QRDataInterface{
|
||||
*/
|
||||
public function write(BitBuffer &$buffer);
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function getLength();
|
||||
|
||||
/**
|
||||
* @param $type
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user