mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 12:20:07 +00:00
📖 remove remaining instances of empty()
This commit is contained in:
@@ -211,7 +211,7 @@ class MyOutput extends QROutputAbstract{
|
||||
// loop over the paths
|
||||
foreach($paths as $M_TYPE_LAYER => &$path){
|
||||
|
||||
if(empty($path)){
|
||||
if($path === []){
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user