Skip to content

Commit b955615

Browse files
authored
Merge pull request #95 from SimpleSoftwareIO/analysis-zYa5jY
Apply fixes from StyleCI
2 parents 1cb479c + e8e82cd commit b955615

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SimpleSoftwareIO/QrCode/BaconQrCodeGenerator.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ public function generate($text, $filename = null)
7878
$qrCode = $merger->merge($this->imagePercentage);
7979
}
8080

81-
if ($filename === null) return $qrCode;
81+
if ($filename === null) {
82+
return $qrCode;
83+
}
8284

8385
return file_put_contents($filename, $qrCode);
8486
}

0 commit comments

Comments
 (0)