mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 20:27:56 +00:00
🚿 QRCode::isByte() can be public
This commit is contained in:
+1
-3
@@ -321,10 +321,8 @@ class QRCode{
|
||||
|
||||
/**
|
||||
* a dummy
|
||||
*
|
||||
* @noinspection PhpUnused
|
||||
*/
|
||||
protected function isByte(string $data):bool{
|
||||
public function isByte(string $data):bool{
|
||||
return !empty($data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user