Skip to content

Commit be4d885

Browse files
committed
StyleCI fix
1 parent 90eca60 commit be4d885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function generate(string $text, string $filename = null)
181181
return;
182182
}
183183

184-
if(class_exists(\Illuminate\Support\HtmlString::class)){
184+
if (class_exists(\Illuminate\Support\HtmlString::class)) {
185185
return new \Illuminate\Support\HtmlString($qrCode);
186186
}
187187

0 commit comments

Comments
 (0)