mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 15:37:51 +00:00
🚿 @noinspection PhpUnused
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
* @author Smiley <smiley@chillerlan.net>
|
||||
* @copyright 2017 Smiley
|
||||
* @license MIT
|
||||
*
|
||||
* @noinspection PhpUnused
|
||||
*/
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
* @author Smiley <smiley@chillerlan.net>
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*
|
||||
* @noinspection PhpUnused
|
||||
*/
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
@@ -321,6 +321,8 @@ class QRCode{
|
||||
|
||||
/**
|
||||
* a dummy
|
||||
*
|
||||
* @noinspection PhpUnused
|
||||
*/
|
||||
protected function isByte(string $data):bool{
|
||||
return !empty($data);
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
* @author smiley <smiley@chillerlan.net>
|
||||
* @copyright 2018 smiley
|
||||
* @license MIT
|
||||
*
|
||||
* @noinspection PhpUnused
|
||||
*/
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
Reference in New Issue
Block a user