:feelsgood:

This commit is contained in:
smiley
2015-12-03 17:38:50 +01:00
parent 514f95c742
commit 02b289e366
9 changed files with 319 additions and 379 deletions
+2 -6
View File
@@ -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
*