فهرست منبع

:no_mouth: whoops

codemasher 8 سال پیش
والد
کامیت
02924c32ed
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/Helpers/BitBuffer.php

+ 0 - 1
src/Helpers/BitBuffer.php

@@ -58,7 +58,6 @@ class BitBuffer{
 	 * @return \chillerlan\QRCode\Helpers\BitBuffer
 	 * @return \chillerlan\QRCode\Helpers\BitBuffer
 	 */
 	 */
 	public function putBit($bit){
 	public function putBit($bit){
-		var_dump(func_get_args());
 		$bufIndex = floor($this->length / 8);
 		$bufIndex = floor($this->length / 8);
 
 
 		if(count($this->buffer) <= $bufIndex){
 		if(count($this->buffer) <= $bufIndex){