use strict comparison

This commit is contained in:
Mark Magyar
2023-05-27 20:06:37 +02:00
parent cc9400d901
commit 9523b35d34
+1 -1
View File
@@ -66,7 +66,7 @@ class BaconQrCodeProvider implements IQRCodeProvider
$output = $this->getQRCodeByBackend($qrtext, $size, $backend);
if ($this->format == 'svg') {
if ($this->format === 'svg') {
$svg = explode("\n", $output);
return $svg[1];
}