Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Dec 9, 2024
1 parent b02c0b3 commit b80de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Input/URLInputSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private static function generateFileName(?string $extension): string
{
$extension ??= ".tmp";
$random = substr(str_shuffle('0123456789abcdefghijklmnopqrstuvwxyz'), 1, 8);
return "mindee_temp_" . date('Y-m-d_H-i-s') . "_$random . $extension";
return "mindee_temp_" . date('Y-m-d_H-i-s') . "_$random.$extension";
}

/**
Expand Down

0 comments on commit b80de57

Please sign in to comment.