:octocat: remove remaining instances of empty()

This commit is contained in:
smiley
2025-10-09 21:31:41 +02:00
parent 3a610d2838
commit 2b7c9b7020
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class QRStringJSON extends QROutputAbstract{
}
}
if(!empty($matrixRow['modules'])){
if($matrixRow['modules'] !== []){
return $matrixRow;
}