:octocat: de-uglify

This commit is contained in:
codemasher
2019-08-09 20:20:00 +02:00
parent c550846be9
commit 34e2442616
+1 -1
View File
@@ -109,7 +109,7 @@ class QRMarkup extends QROutputAbstract{
$start = $x;
}
if($row[$x + 1] ?? false){
if(isset($row[$x + 1])){
continue;
}
}