mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-31 12:38:22 +00:00
😶 whoops
This commit is contained in:
@@ -58,7 +58,6 @@ class BitBuffer{
|
||||
* @return \chillerlan\QRCode\Helpers\BitBuffer
|
||||
*/
|
||||
public function putBit($bit){
|
||||
var_dump(func_get_args());
|
||||
$bufIndex = floor($this->length / 8);
|
||||
|
||||
if(count($this->buffer) <= $bufIndex){
|
||||
|
||||
Reference in New Issue
Block a user