make MIME type argument primary

This commit is contained in:
yggverse 2024-07-18 11:36:55 +03:00
parent 2cb2205b1a
commit 1843d72ff5
2 changed files with 6 additions and 4 deletions

View file

@ -63,8 +63,8 @@ class Content
}
public function set(
?string $data,
?string $mime
?string $mime,
?string $data
): void
{
$this->_source = $data;