Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 authored and github-actions[bot] committed Dec 27, 2023
1 parent b648cbd commit 2db238d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Drivers/DecodeDataUriImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

trait DecodeDataUriImage
{

public function isDataUriImage(string $string): bool
{
return str_starts_with($string, 'data:image/');
Expand Down

0 comments on commit 2db238d

Please sign in to comment.