mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-11 18:26:33 +00:00
:octocat: no reason to leave QRCode::addSegment() protected
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ class QRCode{
|
||||
* ISO/IEC 18004:2000 8.3.6 - Mixing modes
|
||||
* ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
|
||||
*/
|
||||
protected function addSegment(QRDataModeInterface $segment):void{
|
||||
public function addSegment(QRDataModeInterface $segment):void{
|
||||
$this->dataSegments[] = $segment;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user