@@ -8,6 +8,8 @@
* @author Smiley <smiley@chillerlan.net>
* @copyright 2017 Smiley
* @license MIT
+ *
+ * @noinspection PhpUnused
*/
namespace chillerlan\QRCode\Data;
* @copyright 2015 Smiley
namespace chillerlan\QRCode\Output;
@@ -321,6 +321,8 @@ class QRCode{
/**
* a dummy
protected function isByte(string $data):bool{
return !empty($data);
* @author smiley <smiley@chillerlan.net>
* @copyright 2018 smiley
namespace chillerlan\QRCode;