mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 00:37:56 +00:00
:octocat: remove remaining instances of empty()
This commit is contained in:
@@ -99,7 +99,7 @@ class QRStringJSON extends QROutputAbstract{
|
||||
}
|
||||
}
|
||||
|
||||
if(!empty($matrixRow['modules'])){
|
||||
if($matrixRow['modules'] !== []){
|
||||
return $matrixRow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user