mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-11 02:06:29 +00:00
:octocat: de-uglify
This commit is contained in:
@@ -109,7 +109,7 @@ class QRMarkup extends QROutputAbstract{
|
||||
$start = $x;
|
||||
}
|
||||
|
||||
if($row[$x + 1] ?? false){
|
||||
if(isset($row[$x + 1])){
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user